An open API service indexing awesome lists of open source software.

https://github.com/arjun-ms/learning-fast-api


https://github.com/arjun-ms/learning-fast-api

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Tasks to Complete

- [x] Setup basic fastapi project
- [x] Install and connect postgres
- [x] Create signup API along with `user` table
- [x] Check whether data is inserted to DB
- [x] Login - JWT based auth
- [x] Handle Invalid Credentials
- [x] Create a Todo - ask for a `time to be done`(`Deadline`) also
- [x] Get All Todos ; Get Todos by ID
- [x] Delete Todo
- [x] Update Todo
- [x] Mark a Todo as completed
- [x] Group by `completed`, `to be done` & `time elapsed`