Attendance tracker app for a bootcamp or school.
We are using Sequelize as it allows us to better track db migration thanks to sequelize-cli (to be installed as dev dep)
npm run migrate:status: see the status of available migrations (up and/or down)npm run migrate: run the migration with the latest migration filenpm migrate:revert: revert migrationnpm seed: seed db with dummy data (as for now, you'll have an admin user with admin123 as password)npm seed:revert: revert seedingnpx sequelize-cli db:seed(:undo) --seed filaName.js: execute a specific seed file
This is an open source app licensed under the MIT license.