Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1 KB

File metadata and controls

16 lines (9 loc) · 1 KB

FastAPI Todo Application

Python 3 FastAPI

This is a basic todo REST API along with auth and ability to add/delete/update/modify todo made with FastAPI Framework. You can use any frontend framework with this. I am using SQLALCHEMY for database in this project. Other databases can also be used easily. Refer to this for more information on how to use other databases with FastAPI.

FastApi Documentation

Click here to know more

Screenshots

Screenshot 01

Screenshot 02