Skip to content

johnsonlei1/fmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Begin by having python and node.js installed

  1. move into "backend" directory
cd backend
  1. set up the virtual environment
python -m venv venv
venv\Scripts\activate
  1. install backend requirements
pip install flask flask-cors pandas python-dotenv
  1. Install frontend dependencies
cd..
cd frontend
npm install

To Run:

cd backend
python app.py

Now, in a second terminal:

cd frontend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors