Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 248 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 248 Bytes

resapi-flask

Create Virtual Environment

    python3 -m venv venv

Activate the Environment

    . venv/bin/activate

Install Requirment Plugins

    pip install -r requirments.txt

Run App

    ./run.sh