Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgecj/task-server-crud
A basic CRUD server made in Python.
https://github.com/jorgecj/task-server-crud
crud python task todo
Last synced: 10 days ago
JSON representation
A basic CRUD server made in Python.
- Host: GitHub
- URL: https://github.com/jorgecj/task-server-crud
- Owner: JorgeCJ
- Created: 2023-09-20T23:21:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T23:30:46.000Z (over 1 year ago)
- Last Synced: 2024-11-16T06:28:26.768Z (2 months ago)
- Topics: crud, python, task, todo
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-Server-CRUD
![task-list-template](https://github.com/JorgeCJ/Task-Server-CRUD/assets/127647774/6fb213a2-1a37-4440-808f-2f0eaccc9314)
A basic CRUD server made in Python. If you have Python configured, just do `pip install flask` on your terminal and then type `python app.py`.
## Technologies
List of technologies used in the project:- [Python](https://www.python.org/doc/)