https://github.com/salimi-my/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.
https://github.com/salimi-my/travel-map
expressjs jwt-authentication mapbox mern-stack mongodb mongoose reactjs
Last synced: 6 months ago
JSON representation
This a simple travel map app created with MERN. User can register, login and add place pin. This app created for educational purposes only.
- Host: GitHub
- URL: https://github.com/salimi-my/travel-map
- Owner: salimi-my
- Created: 2022-11-24T20:20:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:50:19.000Z (over 1 year ago)
- Last Synced: 2025-02-14T19:30:21.980Z (8 months ago)
- Topics: expressjs, jwt-authentication, mapbox, mern-stack, mongodb, mongoose, reactjs
- Language: JavaScript
- Homepage: https://travel.salimi.my
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Travel Map App](https://travel.salimi.my) · [](https://www.linkedin.com/in/mohamad-salimi/)
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](/backend/.env.example) and fill in your MongoDB URL & secret key then save it as .env the run the following command:
```bash
npm start
# or
yarn start
```#### Frontend
To start the frontend open the [.env.local.example](/frontend/.env.local.example) and fill in your Mapbox token & API URL then save it as .env.local the run the following command:
```bash
npm start
# or
yarn start
```## Demo
Hosted privately on personal DigitalOcean Droplet. [Click here](https://travel.salimi.my) to visit.
Direct link: `https://travel.salimi.my`## Screenshots
#### Pinned Place

#### Register

#### Login

#### Add Pin
