jvera701 / record

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide to run backend

  1. Make sure you have python 3.10.2 installed
  2. Make a virtual environment. Venv is recommended (see here https://docs.python.org/3/library/venv.html)
  3. Use the following command to install the libraries needed
pip install -r requirements.txt
  1. Run
flask run

About


Languages

Language:Python 100.0%