Pass.in is a participant management application for in-person events.
This tool allows organizers to register an event and open a public registration page. Registered participants can issue 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.
- The organizer must be able to register an event.
- The organizer must be able to view event details.
- The organizer must be able to view the list of participants.
- The participant must be able to register for an event.
- The participant must be able to view their registration badge.
- The participant must be able to check-in at the event.
- A participant can only register for an event once.
- A participant can only register for events with available slots.
- A participant can only check-in at an event once.
- Event check-in will be conducted via a QR code.
To install and run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/wolney-fo/pass.in.git
- Navigate to the project directory:
cd pass.in
- Install the dependencies:
npm install
- Run migrations:
npx prisma migrate dev
- Run the application:
npm run start:dev
- Node.js
- Typescript
- Fastify
- Prisma ORM
- PostgreSQL
- Dayjs
- Zod
Contributions are welcome! Please follow these steps to contribute:
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
MIT by Wolney Oliveira