Rocketseat NLW Unite

Rocketseat NLW Unite – Node.js

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

This project was developed on the 15th edition of Rocketseat's famous Next Level Week event. On this back-end trail, an API to do event check-ins was built.

✨ Features

βœ”οΈ  Create a new event;
βœ”οΈ  Create a new attendee for a specific event;
βœ”οΈ  Get information about an event;
βœ”οΈ  Get an event attendees;
βœ”οΈ  Get the attendee badge for event;
βœ”οΈ  Do a check-in in an event.

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/oliveiralecca/rocketseat-nlw-unite-nodejs

# Access
$ cd rocketseat-nlw-unite-nodejs

# Install dependencies
$ yarn or npm i

# Create the tables on your database
$ npx prisma migrate dev

# Run the project
$ yarn dev or npm run dev

# The server will initialize in the <http://localhost:3333>
# You will need to add the DATABASE_URL="file:./dev.db" in your own env file

 

Made with πŸ’• by LetΓ­cia Oliveira

 

Back to top πŸ”