8000 GitHub - Arielwz/TripGuide: A Bay Area Trip Guide App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Arielwz/TripGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAY AREA TRIP GUIDE APP

Project info Content

  1. Project basic information
  2. Technologies
  3. Setup instructions
  4. Website at a Glance

1.Project basic information

2. Technologies

  • React
  • CSS
  • BootStrap
  • Node.js
  • Express
  • MongoDB
  • dotenv
  • ESLint

3. Setup instructions

  • Clone the repo
  • install dependecies and ”build“ folder
    yarn install
    cd front
    yarn install
    yarn build
    
  • Creat your local .env file which contains the MongoDB URL and put it into the project folder
    .env file example: MONGO_URL=mongodb+srv://<username>:<password>.....
  • For viewing the webapp, start the frontend server
    cd front
    yarn start
    
  • For development, both the frontend server and backend server need to be started.
    Start the backend server, run yarn nodemon, and visit http://localhost:3001
    Then start the frontend server, run cd front, yarn start and visit http://localhost:3000

4. Website At a Glance

homepage

About

A Bay Area Trip Guide App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0