Setoran Tahfidz is a platform for students to submit their memorization and summarize all memorization, the school manages the data and can easily summarize student grades, then parents can find out their child's memorization in real time
Node <= 21 Python >= 3.3 npm >= 10.5.0
# Install
$ npm install
# Running
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# running migration
$ npx sequelize-cli db:migrate
# create data migration
$ npx sequelize-cli model:generate --name UpdateTotalView --attributes firstName:string
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
documenter postman: https://documenter.getpostman.com/view/18733076/UVyoWJNd