Sample application presented at The Developers Conference 2016 São Paulo - NoSQL Track http://www.thedevelopersconference.com.br/tdc/2016/saopaulo/trilha-nosql
Checklist to run app:
- Install NodeJS and MongoDB
- Clone repo
- Run npm install
- Add your Google Maps API access token to public/index.html replacing 'KEY'
- Import sample data on Mongo
- mongoimport --db=tdc2016 --collection=locations scripts/locations.json
- mongoimport --db=tdc2016 --collection=checkins scripts/checkins.json
- mongo < scripts/create-indexes.js
- Start app using npm start
- Open browser at http://localhost:3000/
References
https://docs.mongodb.com/manual/reference/geojson/
Code developed by Luiz Svoboda and Gustavo Coelho
This code is licensed under
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.