Application developed in the fourth edition of Rocketseat Next Level Week 💻🚀
Objective • Technologies • Usage • Contribution • Author • Demo • License
Net Promoter Score is the percentage of customers rating their likelihood to recommend a company, a product, or a service to a friend or colleague as 9 or 10 minus the percentage rating this at 6 or below on a scale from 0 to 10..
The following tools were used in the construction of the project:
- NodeJS
- Yarn or Npm
- VSCode
- Git Bash
- Typescript
- TypeORM
- Sqlite
- Jest
- Nodemailer
- Ethereal
- Handlebars
- Yup
Rename files "ormconfig.example.json", ".env.example" to ormconfig.json, ".env"
Required! Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/nlw4-net-promoter-score.git
# Go to server folder
$ cd nlw4-net-promoter-score
# Install Dependencies
$ yarn
# or
$ npm install
# Run Aplication
$ yarn dev:server
# or
$ npm run dev:server
# Access localhost
http://localhost:3333
This project is for study purposes too. All kinds of contributions are very welcome and appreciated!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
By Rodrigo Santos 👋🏽 Find me:
This project is under the MIT license.