Technologies | Project | Diagram | How to run
NPS-NLW is an application that consists of calculating the company's NPS. In it we make the registration of users, registration of surveys, sending e-mail for users to respond as satisfaction surveys and with this we can perform the calculation of the NPS.
This project was developed during the NodeJS trail, in the fourth edition of NLW. We learned concepts about what an API is, how to start a project using Typescript and Express for route management, TypeORM for data manipulation, automated tests and sending e-mail.
This project was developed with the following technologies:
# Clone this repository
$ https://github.com/TiagooAndrade/NPS-NLW.git
# Install dependencies
$ yarn install
# Start the project
$ yarn dev
The application can be accessed at localhost:3333
.
Made with 💚 by Tiago Andrade