- A trip planning application to store, edit and share trips with other users on the platform.
- Check out the backend here
To install and set up the project locally, follow these steps:
- Clone the repository:
git clone <repository-url> cd <repository-directory>
- **Install Dependencies##
npm install
- Launching Development Mode To run the app in development mode, execute the following command in the project directory:
npm run dev