/travel-map

This a simple travel map app created with MERN. User can register, login and add place pin. This app created for educational purposes only.

Primary LanguageJavaScript

This a simple travel map app created with MERN. User can register, login and add place pin. This app created for educational purposes only.

Travel Map App

  • A simple map project
  • Created using React
  • Add pin to map with review & rating

Tech/framework used

  • MERN
  • JWT Authentication
  • Mapbox
  • Tailwind CSS

Starting the project

Backend

To start the backend open the .env.example and fill in your MongoDB URL & secret key then save it as .env the run the following command:

npm start
# or
yarn start

Frontend

To start the frontend open the .env.local.example and fill in your Mapbox token & API URL then save it as .env.local the run the following command:

npm start
# or
yarn start

Demo

Hosted privately on personal DigitalOcean Droplet. Click here to visit.
Direct link: https://travel.salimi.my

Screenshots

Pinned Place

Pinned Place

Register

Register

Login

Login

Add Pin

Add Pin