Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 179 Bytes

File metadata and controls

9 lines (8 loc) · 179 Bytes

Simple flask API

Installation

In order to install this repo you have to do the following:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt