Skip to content

REST API developed as part of the project for the Middleware course at polimi.

Notifications You must be signed in to change notification settings

pietroferretti/middleware-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middleware-rest

REST API developed as part of the project for the Middleware course at polimi.

Requirements

This application uses Python 3, Flask and SQLAlchemy.

To install Flask and SQLAlchemy:

pip install -r requirements.txt

Installation

Before running, the application must be installed as a package with

pip install .

If you need to make edits and debug, it's better to install it in developer mode with

pip install -e .

Running the application

python run.py

About

REST API developed as part of the project for the Middleware course at polimi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages