Application for managing participants in in-person events.
Pass.in is a check-in system for in-person events where the organizer can control and manage the list of participants and each person can generate their credential to access the event.
- Organizer
- Must be able to register a new event;
- Must be able to view event data;
- Must be able to view the list of participants;
- Attendees
- Must be able to register for an event;
- Must be able to view their registration badge;
- Must be able to check-in at the event;
- Check-in at the event will be carried out using a QRCode
- The attendees can only register for an event once;
- Attendees can only register for events with available places;
- The attendees can only check-in to an event once;
- Download code base with
git clone
- Import project on IntelliJ
- Download maven dependencies
./mvnw install
- Start Spring Boot application
./mvnw spring-boot:run
- Do your requests! 🎉
- Thanking
- The project was presented during the Java track at Rocketseat NWL Unite bootcamp by Fernanda Kipper.