A very simple admin portal for doing simple CRUD operations for the M3C website and backend database.
- Install the requirements in
requirements.txt
- Create a
config.yml
following theconfig.yml.sample
- Set your
FLASK_APP
env variable toapp
- Run the following command
$ flask run
* Serving Flask app "app"
...