Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arnaiz23/todo-app-python

Backend of Todo-app but with python
https://github.com/arnaiz23/todo-app-python

Last synced: 12 days ago
JSON representation

Backend of Todo-app but with python

Awesome Lists containing this project

README

        

# Todo backend for learning python

## Steps

* [x] Create the backend without database (only .json) and frameworks. **First Phase**
* [x] Add a database and refactorize. **Second Phase**
* [x] Add FastAPI and check if the frontend is functional. **Third Phase**