A minimal but a bit battery included implementation of Flask app with dockerized setup
git clone <repo_url> dlask
cd dlask
docker-compose up -d --build
- You can change the environment variables in
env/
directory. - Application code is in
src
directory
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.