Skip to content

mattxgreen/restaurantGrade

Repository files navigation

Steps to get going:

node import.js
// mongo console commands:
use restaurantgrade-dev
db.restaurants.createIndex( { geoloc : "2dsphere" } )
// verify geospacial query
db.restaurants.find({"geoloc":{$near:{$geometry:{type:"Point", coordinates:[-115.07877499999998, 36.097976]}, $maxDistance:1500}}})

Scaffolded with angular-fullstack generator
https://github.com/DaftMonk/generator-angular-fullstack Refer to docs to scaffold additional endpoints, routes, controllers, factories, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published