An open API service indexing awesome lists of open source software.

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

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
```