Rocketseat NLW Expert

Rocketseat NLW Expert – Node.js

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

This project was developed on the 14th edition of Rocketseat's famous event called Next Level Week. On this back-end trail, an API to register votes on polls was built.

✨ Features

βœ”οΈ  Create a new poll;
βœ”οΈ  Get information about a poll;
βœ”οΈ  Vote on a poll;
βœ”οΈ  Receive the number of votes in realtime.

πŸš€ 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-expert-nodejs

# Access
$ cd rocketseat-nlw-expert-nodejs

# Run the docker containers
# You need to install docker desktop on your machine

# 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 your own DATABASE_URL env variable

 

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

 

Back to top πŸ”