Skip to content

samuelmbabhazi/attendancy-gda

 
 

Repository files navigation

Attendance book - GDA

Attendance tracker app for a bootcamp or school.

Working with the database migration

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 file
  • npm migrate:revert: revert migration
  • npm seed: seed db with dummy data (as for now, you'll have an admin user with admin123 as password)
  • npm seed:revert: revert seeding
  • npx sequelize-cli db:seed(:undo) --seed filaName.js: execute a specific seed file

License

This is an open source app licensed under the MIT license.

About

Attandancy tracker for a coding academy in Goma, DRC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.4%
  • EJS 39.9%
  • CSS 8.2%
  • Shell 0.5%