NextLevelWeek #4
API for Net Promoter Score
Project created during Rocketseat's Next Level Week .
Net Promoter Score is a metric used in customer experience programs. NPS measures the loyalty of customers to a company.
topics covered:
Development setup
clone project
$ git clone https://github.com/Noriuki/NextLevelWeek-4-Node
install dependencies
yarn install
Run Migrations
yarn typeorm migration:run
Run App
yarn dev