travel-buddy
Description
Travel Buddy is a MERN stack application that allows users to create an account and plan trips. Users can envision their trips by adding destinations, activities, and accommodations to a collaborative whiteboard space. Users can budget their trips from ground level up to the total cost of the trip. Travelling has never been easier with Travel Buddy.
License
GPL v3
Features
- User can create an account
- Users can envison trips with the tldraw collaborative whiteboard
- Users can budget their trips
- Users can add/edit destinations, activities, and accommodations to their trips
- Users can join tribes and collaborate on trips
Mockups
Deployed Application
Render Deployment
Envision Board
Buddy Board
Usage
GitHub Repository
- Clone the repository
git clone
- Install the dependencies
npm install
- Create server .env with the following content
JWT_SECRET=your_secret
- Run the server
npm run start
- Open the browser and go to http://localhost:3001
Credits