Skip to content

Latest commit

 

History

History
executable file
·
52 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

executable file
·
52 lines (40 loc) · 1.33 KB

Travel2gether

Plan your next trip hassle-free with our platform. Browse flights, accommodations, and activities, get personalized recommendations, and real-time updates. Browsing now and start exploring the world stress-free!

Screen Shot 2023-04-01 at 11 11 06

Screen Shot 2023-04-01 at 11 11 47 Screen Shot 2023-04-01 at 11 12 07

1. Setup

First, to setup all the directories run the following in the main directory:

npm install

npm run setup

npm run dev

2. Code structure

client
├── public
└── src
|   └── __tests__
|   └── __testUtils__
|   └── components
|   └── hooks
|   └── pages
|       └── __tests__
|       └── components
|   └── util
|   index.jsx
cypress
|   └── fixtures
|   └── integration
|   └── plugins
|   └── support
server
└── src
    └── __tests__
    └── __testUtils__
    └── controllers
    └── db
    └── models
    └── routes
    └── util
    index.js