- Inside your terminal
git clone https://github.com/Charan-Preet/Search-Engine.git
. - Now, Inside
client
directory donpm i
. - Now,
npm start
. - Also, Inside
server
folder donpm start
. - Now,
node server.js
.
- Application should be able to add a particular name and location in the above collection.
- Application should return a list of entries in the above collection.
Search bar
to give out a particular record that is searched for based on location or name.