GitXplorerGitXplorer
c

asset-tracker

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
8356870116478f947ea0c3231ac368320428709a

Fixed page title.

ccmumford committed 5 years ago
Unverified
888a4d53611873c4e4d5aa19be441710ff02e0de

Added org users.

ccmumford committed 5 years ago
Unverified
618b38ce91079d67b640d9fc2e80a24a77f22855

Added org user count.

ccmumford committed 5 years ago
Unverified
53709d6547a35e02aa07cf4d681c7a5e95034f3c

Fixed organization table.

ccmumford committed 5 years ago
Unverified
8252215db655e8ed6d8a777086d0ba730fc93f2b

Creating test data for development.

ccmumford committed 5 years ago
Unverified
6629b55e4adaf2ba0d054dcd5d0a2ea6879b9ddb

Added all models.

ccmumford committed 5 years ago

README

The README file for this repository.

Prerequisites

Python 3:

sudo apt-get install python3 python3-pip

MariaDB

Install MariaDB:

sudo apt-get install mariadb-server mariadb-client

https://cloud.google.com/solutions/setup-mysql

Recreate the test database.

make db

Setup and activate virtual environment

. ./scripts/venv_init.sh

Deactivate and delete virtual environment

. ./scripts/venv_delete.sh

Run the development server

make run

Run tests

make test