An intelligent travel planning system that generates personalized itineraries based on user preferences, available flights, budget constraints, and current travel offers.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
The frontend will be available at http://localhost:3000 (in development)
- Frontend: Next.js with TailwindCSS
- Backend: FastAPI with SQLAlchemy ORM (located here)
- Database: PostgreSQL + NeonDB