Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

CodeForVegas/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

 
 
 

Contributors

Languages

  • JavaScript 62.3%
  • ApacheConf 19.6%
  • HTML 15.9%
  • CSS 2.2%