Lab 9 - VyshnaviPerla/cs5551_vyshnavi_lab-assignments GitHub Wiki

lab 9

1.Create REST services for CRUD operation in MongoDB for any oneof the below mentioned usecases:

i)Use YELP node js API to fetch the review/restaurant/business data from YELP.Yelp API forNode.js(https://github.com/olalonde/node-yelp)

ii)Use Four Square Api for getting the venues of particular location.

2.Use this REST services and create Web Application which should have following features:Page display the details according to selected use case Provide options for update or delete.

1.MAIN PAGE FOR TGIFF(THE GREAT INTERNATIONAL FOOD FINDER):

GIVE THE CUISINE TO BE SEARCHED IN FIND AND PLACE IN NEAR TEXT SEARCH BOXES.

2.SEARCH DETAILS:

INDIAN CUISINE IS GIVEN AND SEARCHED FOR DETROIT LOCATION AND THE LIST OF PLACES IS GIVEN.

YOU CAN ALSO ADD AND DELETE THE PLACE LIST USING MONGO DB.

3.COLLECTION NAME IS GIVEN IN MONGO DB:

4.USER CREATION ID AND PASSWORD:

5.UPDATE IN CODE THE USER CREDENTIALS:

6.MONGO DB SCREENSHOT 1:

7.MONGO DB SCREENSHOT 2: