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

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

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

![image](https://github.com/kevinknights29/Flask-REST-API/assets/74464814/8a6f0543-ecda-411d-b72f-e600451e0847)