Clone this repo and run the app by following commands.
- Backend will run on
localhost:8000
cd server
npm install
npm run start
- Frontend will run on
localhost:3000
cd app
npm install
npm run start
Go to localhost:3000 in the browser and you will see search and list box.
If you input more than 2 charaters in search box, it will fetch the data from the backend based on the input value and show location list in the box below.