https://github.com/josgard94/api-to-do-list-with-python-and-flask
This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation and updating.
https://github.com/josgard94/api-to-do-list-with-python-and-flask
api api-rest database database-coneccion example-project flask flask-api learning-python mysql pyth python singleton-pattern sqlalchemy sqlalchemy-database sqlalchemy-orm sqlalchemy-python
Last synced: about 2 months ago
JSON representation
This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation and updating.
- Host: GitHub
- URL: https://github.com/josgard94/api-to-do-list-with-python-and-flask
- Owner: josgard94
- License: cc0-1.0
- Created: 2023-06-17T03:33:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T07:08:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T21:34:08.177Z (3 months ago)
- Topics: api, api-rest, database, database-coneccion, example-project, flask, flask-api, learning-python, mysql, pyth, python, singleton-pattern, sqlalchemy, sqlalchemy-database, sqlalchemy-orm, sqlalchemy-python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API-to-do-list-with-python-and-flask
This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation, list and updating.