Skip to content

Project developed in the 7th edition of Next Level Week of Rocketseat , a free event that aims to take you to the next level 🚀. The trail I chose was the intermediate one, Impulse, ideal for someone who has been programming for some time.

License

Notifications You must be signed in to change notification settings

LissandraRodrigues/NLW_Heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NLW Heat

PRs Welcome

About   |   Technologies used   |   Requirements   |   Starting   |   Where to learn more   |   License   |   Developer


🎯 About

Project developed in the 7th edition of Next Level Week of Rocketseat, a free event that aims to take you to the next level 🚀. The trail I chose was the intermediate one, Impulse, ideal for someone who has been programming for some time.

💻 Technologies used

Back-end

Run in Insomnia}

Front-end: ReactJS

✅ Requirements

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

🏁 Starting

Back-end: Node

  • Open your terminal and do the following commands:
# Clone the folder.
$ git clone https://github.com/LissandraRodrigues/NLW_Heat/tree/master/node

# Access it.
$ cd node

# Create an .env file inside the node folder.
$ touch .env
  • Go to your GitHub account -> Settings -> Developer Settings -> OAuthApps, create a new OAuth App, generate a client secret and put it in the .env file, along with the client ID and some random code for JWT_SECRET (Could be literally anything) as in the example below:

  • Now just follow the step by step below on your terminal:
# Install dependencies.
$ yarn install 
or $ npm install

# Run the migrations.
$ yarn prisma migrate dev 
or $ npm prisma migrate dev

# Run the project.
$ yarn dev 
or $ npm dev

Front-end: ReactJS

  • Open your terminal and do the following commands:
# Clone the folder.
$ git clone https://github.com/LissandraRodrigues/NLW_Heat/tree/master/web

# Access it.
$ cd web

# Install dependencies.
$ yarn install 
or $ npm install

# Run the project.
$ yarn dev 
or $ npm dev

📚 Where to learn more

🔓 License

This project is under license from MIT. To learn more, see LICENSE.


Developed with ❤ by Luiza Lissandra 🚀

 

Back to top

About

Project developed in the 7th edition of Next Level Week of Rocketseat , a free event that aims to take you to the next level 🚀. The trail I chose was the intermediate one, Impulse, ideal for someone who has been programming for some time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published