Skip to content

tiagogm/TTCDisruptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTCDisruptions

Two parts:

/api - (Python)


stack:

commands:

  • sudo pip install --ignore-installed -r requirements.txt
  • python api/app.py

note: if pip install throws package install errors, please try to install those packages individually trough (sudo?) pip install xxx


/client - (JS):

(api must be running)
stack:

commands:

  • sudo npm install
  • npm run start (dev)
  • npm run dist (prod static build (in /dist))

About

python api + reactjs demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published