Skip to content

A Trip Planner Web Application for CS5610 final project

Notifications You must be signed in to change notification settings

lulu814/TripPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TripPlanner

A Trip Planner Web Application for CS5610 final project.

Initial Proposal: https://docs.google.com/document/d/13jWebVuRNWinzF8m2_lh3aleEwTnNxaZ8GTQK_Wtp1Y/edit#

How to run this project locally

  1. Download the repo
  2. At root folder, run npm install to install packages for node.js server; then run npm start to start the server at port 8000
  3. Go the frontend folder and run npm install to install packages for react app; then run npm start to start the react port 3000
  4. Now you can check your app at http://localhost:3000/

Note:

  1. If your module.exports is underlined after you run npm install, please click it through (cmd + left click) to where it is defined (minimal-env.js) and comment "var module;" out.

About

A Trip Planner Web Application for CS5610 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published