Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.17 KB

Website Link (Deployed on Heroku):

Run the back end and front end separately to run the project locally:

How to run the back end

- (uri file is not uploaded for safely reason, so MongoDB connection is required to be modified)
- cd ./back
- npm run start

How to run the front end

- cd ./front
- npm run start

Visit the page using the url: localhost:3000

Author:

Zhenghao Lin Yanan Dong

Project Objective:

  • Develop backend application with Node + Express + Mongo and HTML5
  • Learn how database interact with frontend service
  • Learn how backend service serves for the webpage

Class Link:

Web Development CS5610 2021 Fall

Slide:

Demontration Video:

Screen Shot