Skip to content

NPS API create at the 4th edition of Next Level Week by Rocketseat.

License

Notifications You must be signed in to change notification settings

Robson16/nlw4-net-promoter-score

Repository files navigation

Next Level Week Move.it


Project create at the 4th edition of Next Level Week by Rocketseat.




Description

Net promoter score (NPS) is a widely used market research metric that is based on a single survey question asking respondents to rate the likelihood that they would recommend a company, product, or a service to a friend or colleague.

Next Level Week NPS

Stack and tools

Quickstart

# Install Dependencies
$ yarn install

# Create the database
$ yarn typeorm migration:run

# Run Aplication
$ yarn dev

# To run the test use
$ yarn test

API Routes

POST

GET

Demo

Next Level Week NPS Demo