Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Canderton74/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

just forked so it shows in my repo page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • Python 7.5%
  • JavaScript 1.7%
  • Other 1.0%