This is a collection of APIs built with Python for learning and practicing purposes
Flask
-
People API is built with Flask and Connexion with OpenAPI specification, based on "design-first" approach; uses SQLite database with SQLAlchemy
- explore Open API Specification file or
- check the interactive documentation (Swagger UI) by running the flask app
-
Meals API is built with Flask-RESTful using MongoDB and JWT
- check out the API documentation in README.md created using Postman and Postdown