Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 304 Bytes

My awesome REST API

A simple simulation of an online store. The app allows to store items in database, retrieve them and change the price.

Installation

pip install Flask
python app.py

Enjoy!

Implementation

This project is implemented using Flask, and is a REST API for a store.