Skip to content

SteliosGian/flask-api

Repository files navigation

REST API using Flask

This is a simple REST API using the Flask framework in Python.
You can request items to see all the items that are available in the database as well as all the available stores.

This API can get an item or all the items, create a new item, update or delete an existing item. It can also create, get or delete stores. The data are saved on a PostgreSQL in Heroku or using SQLite when it is run locally.

This repository is created for practice purposes and it is deployed using Heroku.

Instructions

To get all the items available, use: https://stores-rest-api-stelios.herokuapp.com/items
To get all the stores, use: https://stores-rest-api-stelios.herokuapp.com/stores