Skip to content

necati-arslan/travel2gether

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages