These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Create virtual environment for the application:
virtualenv app
Source scripts to activate the virtualenv:
source Scripts/activate
Install requirements for the project:
pip install -r requirements.txt
Run the following commands to create required tables:
python db_manager.py
Run the application:
python run.py
Install the dependencies:
npm install
Start the local server:
npm run serve
Navigate to your localhost on port 8080 in your browser:
localhost:8080