A basic NPS api with NodeJS, Typescript and Typeorm.
UsersController
SurveysController
SurveyAnswersController
POST
http://localhost:3333/survey_answersGET
http://localhost:3333/survey_answers/:id/answer/:value
NpsController
App:
- https://nodejs.org/dist/latest-v14.x/docs/api/
- https://expressjs.com/en/4x/api.html
- https://support.insomnia.rest/
- https://github.com/uuidjs/uuid
- https://github.com/motdotla/dotenv
- https://github.com/jquense/yup
Typescript:
Database and ORM:
Tests:
Mailer: