A travel-logging application where you can pin the locations you travel and share your reviews about that place to other users registered on app.
- Clone
- Go inside backend run
npm install
- Run
npm start
- Go inside frontend run
npm install
- Run
npm start
Voila ! Your local setup is done.
- Register by clicking on register button
- Login
- You are taken to a window which is basically a map.
- You will find some pins which are purple in color already present , those are pins created by other users. By clicking on the marker icon a pop up displays which shows the details of the place.
- Find the place on the map where you want to add a pin.
- Double Click on that place. Pop up shows asking about the review.
- Type in and then the pin gets displayed
- Pins created by you will get displayed with red color and pins created by other users would be in purple.