A web app which shows local flying spots suggested by local pilots
Built using Node.JS and the Express framework. All dependencies can be seen in the package.json
file.
$ git clone https://github.com/mAzurkovic/BandoMap.git
$ cd BandoMap
$ npm install
- Start the MongoDB server
- Start the app
$ nodemon
This project uses MongoDB, and uses mongoose to interface with it. Make sure you create a new database and replace the connection statement in the app.js
file: mongoose.connect('mongodb://<your-db-location>');
Remember to add your API key to the index.hbs
file.
- Fix spot view - add feature