forked fromscotch-io/mean-google-maps
- Notifications
You must be signed in to change notification settings - Fork0
App demonstrating MEAN (Mongo, Express, Angular, and Node) Integration with Google Maps. Created for Scotch IO Tutorial. by@afhaque
NotificationsYou must be signed in to change notification settings
Haishi2016/mean-google-maps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Basic application demonstrating MEAN (Mongo, Express, Angular, and Node) Integration with Google Maps. Application allows users to add themselves onto a Google Map map with identifying markers based on their form response. The application also demonstrates the use of HTML5 validated geolocation and the use of geospatial filtering through MongoDB.
https://mean-google-maps.herokuapp.com
- Clone repository and download npm packages
git clone git@github.com:scotch-io/mean-google-mapsnpm install
- Launch mongod in one terminal then run server.js
mongodnode server.js
- Open browser
http://localhost:3000/
For questions, contact Ahmed Haque (afhaque@rice.edu)