Technologies | Project | How to run | How to contribute
This project was developed with the following technologies:
- Node.js - v22.4.0
- Npm - 10.8.1
- TypeScript - ^5.5.3
- Prisma - ^5.16.1
- Fastify - ^4.28.1
- Fastify Swagger - ^8.14.0
- Fastify Swagger-UI - ^4.0.0
- Fastify Cors - ^9.0.1
- Zod - ^3.23.8
- tsup - ^8.1.0
pass.in is an application for managing participants in in-person events.
The tool allows the organizer 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 credentials to allow entry to the event.
NLW event on the Rocketseat platform.
- Clone the project.
- Go to the project folder and run 'npm install' (use 'yarn install' if that's your configuration).
- npm run dev to run the project on the indicated port.
- npx prisma studio (to view the database).
- API specifications runs on the path http://localhost:3333/docs
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After your pull request is merged, you can delete your branch.
This project is under the MIT license.