Skip to content

CodeSeoul/ltc_attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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