Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 2.79 KB

README.md

File metadata and controls

124 lines (82 loc) · 2.79 KB

Pass in

Project developed during the Next Level Week Unite event.

Technologies   |    Project   |    Getting started   |    License

License


Search by participant

💻 Project

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.

🚀 Technologies

This project was developed using the following technologies:

Web

Getting started

Project cloning

git clone https://github.com/rudyfernandes/nlw-unite-react.git

Web

Starting:

cd pass-in-web
npm install
npm run dev

Server

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

Starting

cd nlw-unite-nodejs-main

Environment variables

DATABASE_URL="file:./dev.db"
npm install

For creating tables in Prisma

npx prisma db seed

Start:

npm run dev

📧 Contato

rudyfernandez2002@gmail.com

📝 License

This project is licensed under the MIT License. See the LICENSE file for more details.