https://github.com/kevinknights29/flask-rest-api
This project creates a simple Flask REST API following the examples from the Udemy Course: REST APIs with Flask and Python in 2023
https://github.com/kevinknights29/flask-rest-api
docker flask-api python
Last synced: 7 months ago
JSON representation
This project creates a simple Flask REST API following the examples from the Udemy Course: REST APIs with Flask and Python in 2023
- Host: GitHub
- URL: https://github.com/kevinknights29/flask-rest-api
- Owner: kevinknights29
- License: mit
- Created: 2023-07-26T16:53:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T01:54:13.000Z (about 2 years ago)
- Last Synced: 2025-01-27T23:46:48.445Z (8 months ago)
- Topics: docker, flask-api, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-REST-API
This project creates a simple Flask REST API following the examples from the Udemy Course: REST APIs with Flask and Python in 2023
Udemy course: [click here](udemy.com/course/rest-api-flask-and-python/)
## Objective
Build a Store API that supports the following actions:
- Get all Store and Items.
- Store and Item creation.
- Item update.
- Store and Item Removal.## Current Progress
