This project is an Event Management System built with Spring Boot and HSQL Database. It allows organizers to create and manage events, and participants to register for events and generate credentials for check-in on the day of the event.
- Organizers can create new events and open a public registration page.
- Registered participants can generate a credential for check-in on the day of the event.
- The system will scan the participant's credential to allow entry to the event.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Ensure you have Java and Maven installed.
- Configure the database settings in the application.properties file.
- Run the application using Maven or your preferred IDE.
- Access the application through the provided URL.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License.