Locate is built for the “Outdoor for all” project that aims to map bivac zones (where people can go and pitch their tent legally in nature) in Belgium on OpenStreetMap and to develop a mobile website for their network.
- Clone the repository
$ git clone https://github.com/fgsumer/locate.git- Install the dependencies on both root and front end directories
$ npm install- To run the project locally
$ node server (at the backend folder )
$ npm start (at the client folder )