/nlw-unite-nodejs

NLW - Unite event by Rocketseat.

Primary LanguageTypeScript

Technologies   |    Project   |    How to run   |    How to contribute   


NLW Unite

🚀 Technologies

This project was developed with the following technologies:

💻 Project

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.

⚙️ How to run

  • 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

🤔 How to contribute

  • 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.

📝 License

This project is under the MIT license.