https://github.com/mlsakiit/attendance-system
QR based attendance system for MLSA events
https://github.com/mlsakiit/attendance-system
Last synced: about 1 year ago
JSON representation
QR based attendance system for MLSA events
- Host: GitHub
- URL: https://github.com/mlsakiit/attendance-system
- Owner: MLSAKIIT
- Created: 2025-01-16T19:43:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:47:53.000Z (over 1 year ago)
- Last Synced: 2025-03-15T16:34:41.753Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 16.2 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attendance Tracker
> Internal Tooling developed for reliable and convenient attendance tracking of participants during MLSA KIIT events.
## Usage
- Install [Docker](https://docs.docker.com/engine/install/) on the machine according to platform and architecture.
- Create `.env` files in the respective project directories.
- Replace the subdomains in `Caddyfile` under `frontend` and `backend` subdirectories before deploying.
- Copy the `docker-compose.yml` and run the following command.
```bash
docker compose up -d
```