$ git clone https://github.com/tadalabs/upperz-backend
$ cd upperz-backend
$ npm install
$ npm run build:api
$ npm run run:api
$ curl -s http://localhost:8080/health | jq
{
"status": "UP"
}
Import the Postman collection in resources/postman: