Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 714 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 714 Bytes

Build Status

Learn Teach Code Attendance Tracker

Track Attendance

Award Badges

Display Leaderboard

Basic live messaging

Collections ->

[Users] -_id -email -level -name (optional)

[UsersClasses] -_id -user_id -course_id -date

[Lecture] -_id -course_id -time -location -url

[Course] -_id -title -description

Testing instructions

testing database is set to mongodb://localhost/test-database so mongo needs to be running in order to run tests

npm test => runs all tests once npm run test-watch => runs all tests each time a change is saved