- Clone this Github repository
- One the repo is cloned, run
npm install
- Run
npm run start
- After that the application should be up and running on port
5000
. - For demo, the service endpoint is deployed in Glitch, which may go down (free tier) anytime, in such case, please host the Service on local and make changes in UI Code
- Unit and Integration Test Cases and robust testing.
- Code Cleanup and organization
- Make error logic more generic and reusable.
- Use
nodemon
andpm2
config setup for future deployment/hosting purpose.