Skip to content

Backend of the Nlw Heat App developed at Rocketseat's Next Level Week.

Notifications You must be signed in to change notification settings

lucaseverest/nlw-heat-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLW Heat - BackEnd - Node.js

Next Level Week is a Rocketseat event to learn programming by building a complete application.

FrontEnd repository: nlw-heat-frontend

💻 Main Technologies

🔌 How to run

Obs.: We have Authentication with Github's Oauth in this Project

  • Make a copy of the .env.example file to .env and fill in your GitHub credentials;
gh repo clone lucaseverest/nlw-heat-backend
yarn
yarn prisma migrate dev
yarn dev

The application can be accessed at localhost:4000.