This project is an attendance management application that allows users to submit attendance appeals and track their status. It serves as a simplified version of HERE, a production-level system used by thousands of students and staff. The goal of this project is to showcase the programming skills required to contribute to the team responsible for maintaining and developing HERE.
- Docker
- Docker Compose
To start the project, simply run the following command:
docker-compose up- Start by accessing http://localhost:3000/submit-appeal.
- Fill out the form to submit an appeal.
- The browser will then redirect you to /appeals-list if the appeal is successfully created.
- You can approve the appeal simply by clicking the "Approve" button on the list.