Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 672 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 672 Bytes

RESTful API using Flask & Python

This is a simple RESTful API for stores and items in store, developed using following: Flask, Flask-RESTful, Flask-JWT, Flask-SQLAlchemy.

Contains Certain features such as:

-> User Module along with User_Login, User_Logout.

-> API requests such as GET, PUT, POST, DELETE.

-> Handles secure User registration and Authentication with Flask.

-> Flask-SQLAlchemy to efficiently store resources to a database.

-> Token Refreshing and customizing Flask-JWT-Extended callbacks and responses.

-> Blacklisting feature is also added. (Blacklist a particular user on the basis of his/her User_id)

Used POSTMAN as a tool to test the API.