Skip to content

Application developed in Next Level Week 4 by RocketSeat

Notifications You must be signed in to change notification settings

vitormuuniz/nlw4-nps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Next Level Week 4 🚀

The goal was developing an API that send e-mails to get the user rating about some application.

To run this api you need to execute the following commands in backend directory:
- yarn install;
- yarn typeorm migration:run;
- yarn start;
The application will listen at localhost:3333/.
Insomnia file for requests is below:

Insomnia.zip