REST API - Python - Flask
Description
This is a simple REST API developed using python and Flask micro framework. The api implements authentication with JWT, authorization, user registration with password reset and image upload among other functions. It utilizes PostgreSQL as database and the SQLAlchemy ORM with a code first approach. Asynchronous email sending is demonstrated using "Workers" and "Task Queue", implemented with Redis and the RQ package. All the source code is available at Github.