Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 382 Bytes

conFusionServer

This web app is created when i was learning Server-side Development with NodeJS, Express and MongoDB on Coursera by The Hong Kong University of Science and Technology.

#Features of this web app: 

-Backend serviced by NodeJS

-RESTful APIs

-MongoDB Database
  #Install Dependencies
  $ npm install
  
  #Run the web app
  $ npm start