Skip to content

CarlosAlmeida1/PassIn---NLW-UNITE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLW-UNITE

About the project

Pass-in is a project developed during Next Level Week Together, an event organized by Rocketseat. The project aims to facilitate people's entry into events through a QR Code generated at the time of registration.

Frontend

Technologies

Backend

Technologies

Functional requirements

  • The organizer should be able to register a new event;
  • The organizer should be able to view event data;
  • The organizer should be able to view the list of participants;
  • The participant should be able to register for an event;
  • The participant should be able to view their registration badge;
  • The participant should be able to check-in at the event;

Business rules

  • The participant can only register for an event once;
  • The participant can only register for events with available spots;
  • The participant can only check-in at an event once;

Non-functional requirements

  • Event check-in will be done through a QR Code;

API Documentation (Swagger)

For API documentation, access the link: https://nlw-unite-nodejs.onrender.com/docs

Author

❤️ by Carlos Almeida & Rocketseat