Skip to content

jc65536/gunnhacks-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gunnhacks-project

Gunnhacks project

DevPost Link: https://devpost.com/software/jumping-jarvis

How to run frontend:

cd react-frontend
npm install package.json (if this is your first time)
npm start

Frontend notes:

  • The api routes are simply /api/[endpoint] because in package.json we put a proxy field of http://localhost:5000

How to run backend

Installing Dependencies:
pip install -r requirements.txt

Setting Up App:
python setup.py

Running Flask App:

export FLASK_APP=api (Unix)
set FLASK_APP=api (Windows CMD)

flask run
# Set flask to dev mode
export FLASK_ENV=development

About

Gunnhacks project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published