Skip to content

WSU-4110/Trip-Tailor

Repository files navigation

TripTailor

A website for generating trip itineraries and finding trips to go on.

Project Structure

Trip-Tailor/
├── app/                    # Next.js app directory (pages and layouts)
│   ├── layout.tsx         # Root layout
│   ├── page.tsx           # Home page
│   └── globals.css        # Global styles
├── backend/               # Flask backend API
│   ├── app/
│   ├── requirements.txt
│   └── run.py
├── frontend/              # (Reserved for future organization)
├── package.json           # Next.js dependencies
├── next.config.js         # Next.js configuration
├── tailwind.config.js     # Tailwind CSS configuration
├── tsconfig.json          # TypeScript configuration
└── postcss.config.js      # PostCSS configuration

Getting Started

Frontend (Next.js)

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Backend (Flask)

See backend/README.md for backend setup instructions.

About

A Trip planning app for our 4110 course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors