Crestone-Tech / travel-buddy

GNU General Public License v3.0
1 stars 1 forks source link

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

License: GPL v3

Features

Mockups

Deployed Application

Render Deployment

Envision Board

Envision Board

Buddy Board

Buddy Board

Usage

GitHub Repository

  1. Clone the repository
git clone
  1. Install the dependencies
npm install
  1. Create server .env with the following content
JWT_SECRET=your_secret
  1. Run the server
npm run start
  1. Open the browser and go to http://localhost:3001

Credits