You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/src/backend_flask
voje c96b199932
css fix, preparing prod
5 years ago
..
conf_files prepared app for production (removed global variables, add flask-pymongo as db driver 5 years ago
Makefile css fix, preparing prod 5 years ago
README.md backend env dockerfile 5 years ago
app.py css fix, preparing prod 5 years ago
db_config.py prepared app for production (removed global variables, add flask-pymongo as db driver 5 years ago
entrypoint.sh css fix, preparing prod 5 years ago

README.md

backend

Using Flask mycroframework.

Entrypoint: app.py

Depends on packages form ../pkg.

Environment

From git root, run make python-env.
Inside the container, run backend-dev to install our packages and run the app in debug mode.