Deploy application
inv deployStop containers
inv downShow running containers
inv psUp mongo database for development / tests
inv up-mongoRun tests
inv testsCreate .env file in project root:
DB_NAME=pnu_schedule
DB_USER=user
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=27011
TORNADO_PORT=8000
MONGO_EXPRESS_PORT=8083Recommend to install EnvFile plugin for pycharm