This repository contains the backend system utilized for managing attendance during the ITeR8 event organized by Software Incubator (SDC-SI). It effectively handled approximately 150 attendees, ensuring smooth and efficient attendance tracking.
- Enhanced security is ensured through the implementation of JSON Web Tokens (JWT) for user authentication, safeguarding the system from unauthorized access.
- The system seamlessly tracks attendance on a day-to-day basis, providing a comprehensive overview of candidate participation throughout the event duration.
- Easily retrieve lists of attendees and absentees, facilitating efficient management of event participation.
The frontend for this application is developed by Rachit Katiyar (rockyhappy). You can find the frontend repository at Choco-Chip-Reader.
-
Clone the Repository
git clone https://github.com/Yash114Bansal/Event-Entry.git
-
Set Environment Variables
- Set the following environment variables:
SECRET_KEY
: Django secret key for security.ALLOWED_HOST
: Hostname or IP addresses allowed to serve the application.
- Set the following environment variables:
-
Build and Start the Docker Containers
cd evententry
docker-compose up --build
Contributions are welcome! Please feel free to submit issues and pull requests.