Skip to content

BaronSwango/TouristTravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

npm install

Installs required npm packages

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Set up Python Virtual Enviornment and Install Packages

cd backend
python -m venv venv 
pip install -r requirements.txt (make sure venv is activated)

Running

When inside backend to start server

flask run

Once flask terminal displays GRAPHS LOADED run

npm start

View on http://localhost:3000

Recommended Settings

Use a fullscreen 1920x1080 and above window to avoid GUI issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • Python 35.4%
  • CSS 13.3%
  • HTML 1.8%
  • Shell 0.1%