Skip to content

scotch-io/mean-google-maps

 
 

Repository files navigation

MeanMapAppV2.0

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.

appimage

Demo Link

https://mean-google-maps.herokuapp.com

Instructions to run locally

  1. Clone repository and download npm packages
git clone git@github.com:scotch-io/mean-google-maps
npm install
  1. Launch mongod in one terminal then run server.js
mongod
node server.js
  1. Open browser http://localhost:3000/

Questions

For questions, contact Ahmed Haque (afhaque@rice.edu)

About

App demonstrating MEAN (Mongo, Express, Angular, and Node) Integration with Google Maps. Created for Scotch IO Tutorial. by @afhaque

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 31.2%
  • CSS 3.6%