A simple app that allows user to add markers on a map by entering addresses
I built this application while learning about GeoJSON. I learnt how to use mapbox and GeoJSON data to show locations and map view in a webpage.
- NodeJS
- Express JS
- MongoDB
- Mapbox
- Bootstrap
Install dependencies
$ npm install
$ npm install -d
Run the application
$ npm run start