Add a .env file in the Server
folder. This file would contain all non-shareable config.
- Add
mailerUser
(sender email address) andmailerPass
(sender email password) to the.env
file
- Add geospatial index in mongodb
- db.getCollection('bikes').createIndex( { location : "2dsphere" } )
The code has been tested on a Windows 10 x64 machine. No guarantees that the development environment would work in other operating systems; hopefully it does