Project developed during the Next Level Week Unite event.
Technologies | Project | Getting started | License
Pass in is a platform designed to facilitate the management of events and participants, offering functionalities that enable organizers to register new events, view detailed data of each event, list and query participants, as well as provide a seamless experience for event registration and check-in. All these functionalities have been implemented according to the defined business rules to ensure the effectiveness and usability of the application.
This project was developed using the following technologies:
git clone https://github.com/rudyfernandes/nlw-unite-react.git
cd pass-in-web
npm install
npm run dev
Access http://localhost:5173/
For server usage, it's necessary to install the backend developed in the Node.js track, click here to see the repository
or
clone the repository.
git clone https://github.com/rocketseat-education/nlw-unite-nodejs.git
cd nlw-unite-nodejs-main
DATABASE_URL="file:./dev.db"
npm install
npx prisma db seed
npm run dev
This project is licensed under the MIT License. See the LICENSE file for more details.