Example app
A simple multi file app - to help get you started.
Completely located in docker container. Require ports 8000, 27015 on host system to be opened (for development needs).
Usage:
- From flask-mongoengine root folder just run
docker-compose up. - Wait until dependencies downloaded and containers up and running.
- Open
http://localhost:8000/to check the app. - Hit
ctrl+cin terminal window to stop docker-compose. - You can use this app for live flask-mongoengine development and testing.
Note
Example app files located in
example_app directory.