Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 290 Bytes

Sample Attendance App

To run this app:

  • clone it from github
  • install dependencies: npm install
  • install mongodb
  • change the hardcoded "mongodbUri" in index.js on line 15 to point to your mongodb
  • start the app with: node index.js
  • visit http://localhost:5000