A CRUD sample with flask-restfull, pymongo driver and some unity tests with pytest.
- Install all dependencies:
$ pipenv install
- Start your mongoDB instance :
$ sudo ./mongod
- Run in development mode:
$ python app.py
$ pytest test/
- Integration tests for the digimon resource
- Create a pipeline
- Add Flask Security
- Add Swagger