Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 400 Bytes

readme.md

File metadata and controls

37 lines (30 loc) · 400 Bytes

API NPS

API to calculate NPS using the following technologies

  • Node
  • Typescript
  • Express
  • handlebars
  • nodemailer
  • yup
  • jest
  • supertest
  • sqlite3

Features

  • Register users
  • Register Searches
  • Answer Surveys
  • NPS Calculate

Installation

cd api
npm i

Development

npm run dev

Test

npm run test
Collection postman/ insomnia included