Todo application built using FastAPI framework. It demonstrated the below modules of FastAPI.
- Authentication using JWT for OAuth.
- Routing for multiple application such as Users, Todos, Company's using prefix's and tags.
- Dependencies for company's internal website's tagging in header.
- RestAPI calls such as GET, POST, PUT, DELETE.
- Preforming DELTE and POST using JWT authorization.
- Password encrypt and decrypt using python BCrypt library.
To clone the repository,
git clone https://github.com/JeetDarekar001/FastAPI-Todo-list.git TodoApp