Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 270 Bytes

Installation & Usage

Install pipenv

sudo -H pip install pipenv

Install project dependencies

pipenv install

Run server

pipenv run python run.py

Run tests

pipenv run python -m unittest discover -p *_test.py