Advanced Database Systems Final Project Hey
##API Server: Guide to install the API server
Download the repo:
git clone https://github.com/kotaro44/advdb.git
cd advdb
cd server-flask
install virtualenv and flask official guide
after activating virtualenv, install the dependencies:
pip install -r requirements.txt
then run the app
python app.py
Live version here