<<<<<<< HEAD
π Vite + React + TypeScript SPA π Central Axios client: api.ts (token interceptors) π Auth store: authStore.ts π§ Protected routes & layout: ProtectedRoute.tsx, Layout.tsx ποΈ Modular APIs: src/api/* (flights, hotels, cars, restaurants, bookings, users) π― Purpose: search, book, and manage travel via a token-secured API
Steps to clone it 1 remove the migrations folder in the backend/infrastructure/Migration 2 change the connection string in backend/web/appsettings.json 3 in the backend go to tools->Nuget Package Manager -> package manager console 4 write add-migration "initial" then write update-database 5 go to SQL server management studio -> your database copy and paste the insertRecords.txt file solve the issue if there are any because of the id 6 run the backend 7 For the front end open the folder and in cmd/terminal write npm i 8 run front end using "npm run dev" for admin panel 9 cd easy-tripzy "npm i" "npm run dev" for user panel
If you have already cloned it just go to folder structure in your pc and open cmd and write git pull origin main it will get latest repoistory in your system
Done
dd40698 (Final Commin)