Skip to content

CodeSeoul/ltc_attendance

Folders and files

NameName
Last commit message
Last commit date
Jun 24, 2017
Aug 8, 2017
Aug 4, 2017
Aug 4, 2017
Aug 4, 2017
Jul 21, 2017
Aug 8, 2017
Aug 8, 2017
Jun 26, 2017
Jul 5, 2017
Jul 5, 2017
Aug 8, 2017
Aug 8, 2017

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