Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arnaiz23/todo-app-python
- Owner: Arnaiz23
- Created: 2023-07-14T11:04:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-02T16:52:25.000Z (over 1 year ago)
- Last Synced: 2024-11-14T05:22:55.637Z (2 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**