Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 778 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 778 Bytes

People Finder

Requirements

  • node v8.11.1 (LTS)
  • yarn v1.6.0

Feature

  • Client/Server Application using React.js and Node with Express.js framework
  • Use a Trie (prefix tree) data structure for fast searching operations

Installation

Install server and client dependencies

yarn
cd client
yarn

To start the server and client at the same time (from the root of the project)

yarn dev

To run the unit test

yarn test

Sources:

Enjoy!