This is a Node.js Application
Use the npm or yarn to install all node modules.
npm install
OR
yarn install
For development
npm start
For production
npm start-prod
The OAS for the APIs is available on Swagger Docs
To get the latest swagger spec, start the app in development mode and open http://localhost:8080/api-doc or http://localhost:8080/swagger.json