All Projects → afhaque → Meanmapappv2.0

afhaque / Meanmapappv2.0

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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/#/join

Full Tutorial

Part I https://scotch.io/tutorials/making-mean-apps-with-google-maps-part-i

Part II https://scotch.io/tutorials/making-mean-apps-with-google-maps-part-ii

Instructions to run locally

  1. Clone repository and download npm packages
git clone https://github.com/afhaque/MeanMapAppV2.0.git
npm install
  1. Launch mongod in one terminal then run server.js
mongod
node server.js
  1. Open browser http://localhost:3000/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].