python 3.6
mongoDB
virtualenv -p /usr/bin/python3.6 venv
cp .env.sample .env
Enter respective values for environment variables
pip install -r requirements.txt
pip freeze > requirements.txt
Execute all test suite
pytest -s
Covragte
2018-07-25
- Application loggers - https://www.packetmischief.ca/2017/10/25/3-ways-to-fail-at-logging-with-flask/
- Model relations
2018-07-24
- Implement Token based authentication.**
2018-07-23
-
Improve mongoengine validation messages
-
mongoDB connections with authentication
-
mongoDB transactions
-
Write test cases for models
-
api authentication using flask-login
-
Using with mongoengine_goodjson problem with pagination
https://simpleit.rocks/managing-environment-configuration-variables-in-flask-with-dotenv/
https://damyanon.net/post/flask-series-configuration/
https://github.com/miguelgrinberg/flasky https://github.com/achiku/sample-flask-sqlalchemy
https://simpleit.rocks/managing-environment-configuration-variables-in-flask-with-dotenv/
Example of how to set up a flask rest api + blueprint + sqlalchemy + marshmallow + unit tests + wsgi - https://github.com/viniciuschiele/flask-rest-example