Node should be installed on their local machines.
$ npm install
$ npm start
Open http://localhost:3000 to view it in the browser.
- React is used for building a user interface.
$ cd api
$ node server
- You can find a sample input message in 'inputData.txt' in the api directory. Server starts at port 8000
$ npm run test
Press a to run all tests
- You can find test cases in 'sampleData.txt' in the api directory.