A simple MVP app to edit, add, view maps using the mapbox framework
Requirements:
- npm
- mongo
- git
Installation Instructions:
- Install MongoDB for Mac
- Clone the github repo
git clone https://github.com/arunshan/simple-map.git
- Install dependencies
npm i
- Start server
npm start
- To run tests
npm test