Skip to content

A helper project for marking attendance for sesion 2022/23 tutors

Notifications You must be signed in to change notification settings

DSC-Unilag/tutors-attendance

Repository files navigation

Tutors Attendance

a simple appliation for managing attendance for tutors

How to setup locally

# clone repository
$ git clone <repo_url>

# cd into path
$ cd tutors-attendance

# setup env config
# this only works in unix shells (sh, bash, git bash, e.t.c)
$ cp .env.example .env

# install dependencies
$ npm install

# terminal 1                        |  terminal 2
#                                   |
# run build in watch mode           |  start server in watch mode
$ npm run watch                     |  $ npm run start:dev
#                                   |
#                                   |
#                                   |
# run build                         |  run server
$ npm run buld                      |  $ npm run start

SDD

alt text

Contributors

About

A helper project for marking attendance for sesion 2022/23 tutors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published