Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 560 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 560 Bytes

Guk Kim

Pre-requisites

Node should be installed on their local machines.

Execution

Front-end

$ npm install

$ npm start

Open http://localhost:3000 to view it in the browser.

  • React is used for building a user interface.

Node Server

$ cd api

$ node server

  • You can find a sample input message in 'inputData.txt' in the api directory. Server starts at port 8000

Test

$ npm run test

Press a to run all tests

  • You can find test cases in 'sampleData.txt' in the api directory.