A MERN website for Trekkers who want to organize treks also for those who want to know ongoing treks.
This was a college PBL project
- Detailed information about popular forts in Maharashtra
- Interactive map with fort locations
- Historical facts and stories about the forts
- Trek Planner
- query
Client: React, Bootstrap, Leaflet library
Server: Node, Express
DataBase: Mongodb
How the map works.
Install my-project with npm
npm install TrekSathi
cd TrekSathi
To deploy this project run
cd client
npm start
cd server
npm start
To run this project, you will need to add the following environment variables to your .env file. these are from your mongodb server.
USERNAME
PASSWORD
![implementation-trekplanner](https://github.com/Jarvihs79/TrekSathi/assets/97830217/a09fe15f-f814-4996-aa04-0f94bf5676d9)
![implementation-login](https://github.com/Jarvihs79/TrekSathi/assets/97830217/09b22b9e-cfa3-4ec4-afcd-30d37521b049)