Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 979 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 979 Bytes

net-promoter-score-collector

This is a NPS collector.

This project is built with Spring Data and Spring Boot. Backed by MongoDB as storage. It's also my first try out with Vue + Vuex.

With the power of Spring Boot starter, you can boost this app in a minute by following:

Step 1

./graldew build

Step 2

create a Spring Boot application runner in your IDE: Image of Swagger

Step 3

Run it!

Image of App Start

Develop Front-end

You can run

cd nps-collector-web
yarn dev

Swagger

API Documents are available via Swagger: http://localhost:8000/swagger-ui.html Image of Swagger