Skip to content

A dashboard to manage customer experience and improve its solution

Notifications You must be signed in to change notification settings

clementcazalet/cx-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

run mvn clean install

Start

Go to docker/target/cx-compose and run docker-compose up -d

Connect

App

Access to http://localhost

Database

postgres://localhost:5432/cx_dashboard
user : postgres
password : itesoft

Add vote

URL : http://localhost/back/create
Method : POST
Headers : application/json
Body :

{
    "tenant": "ACME",
    "star": 4,
    "comment": "my comment",
    "user": "benoit",
    "date": "2021-11-10T00:00:00Z"
}

About

A dashboard to manage customer experience and improve its solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published