NodeJS based backend for the POC. Also serves the frontend app for the Citizen to create new application and check old application status.
- Clone the repository
- cd into the directory and run 'npm install'
- Run 'node app.js'. The server will start on port 9999.
- Access the application by visiting 'http://localhost:9999/html/index.html'
Note: The bpm-engine server must be running for this application to work