Skip to content

Latest commit

Β 

History

History
19 lines (17 loc) Β· 1.21 KB

File metadata and controls

19 lines (17 loc) Β· 1.21 KB

<<<<<<< HEAD

GoBase

πŸš€ 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)