Skip to content

The NPS-Survey is an API that consists of calculating the company's NPS.

License

Notifications You must be signed in to change notification settings

francianepovoa/survey-research

Repository files navigation

Survey-research is an application built on Node.js

GitHub language count GitHub top language GitHub last commit GitHub repo size

Technologies |  Getting Started |  How To Contribute | 

👨🏻‍💻 About the project

The NPS-Survey is an API that consists of calculating the company's NPS. In this application, we register users, register surveys, send emails to users to answer satisfaction surveys and with that, we can perform the NPS calculation(diagram). Using Typescript and Express for route management, TypeORM for data manipulation, automated tests.

Project Screenshots

🚀 Technologies

Project Screenshots

Technologies that I used to develop this app

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/francianepovoa/survey-research.git

$ cd survey-research

Follow the steps below to start application

# Install the dependencies
$ yarn

# To start the server run
$ yarn dev

#The application can be accessed at 
$ http://localhost:3333

Follow the steps below to start the automated tests

# To start the automated tests run
$ yarn test

🤔 How to contribute

**Follow the steps below **

# Clone your fork
$ git clone https://github.com/francianepovoa/survey-research.git

$ cd survey-research

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

📝 License

This project is under the MIT license. See the LICENSE for more information.

Made with ♥ by Franciane Póvoa 👋 Get in touch!

About

The NPS-Survey is an API that consists of calculating the company's NPS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published