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_scheduleDB_USER=userDB_PASSWORD=passwordDB_HOST=localhostDB_PORT=27011TORNADO_PORT=8000MONGO_EXPRESS_PORT=8083Recommend to install EnvFile plugin for pycharm