Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How to run back-end

navigate with the command line to this directory and run the two following commands

pip3 install flask (may not need) python3 -m venv venv python3 api.py

first is to create a virtual flask environment, second is to start the backend of the react server