- Initialized git
.gitignore
- Dockerized python
docker-compose.yml run-docker-compose.sh
- Installed python dependencies
requirements.txt install-python-dependencies.sh
- Implemented simple api
flask_api_demo/__init__.py run-flask-api.sh
- Installed Flask_restful
- Implemented api with Flask-RESTful + Blueprints
- Set MongoDB container
- Configured for testing
- Wrote testing codes
- Implemented models
- Introduction to JWT
- Introduction to marshmallow
- Implemented schemas