Skip to content

TheCoder30ec4/ease-my-trip

Repository files navigation

GenAI_Hackaton

This project contains a frontend and a backend service, containerized using Docker.

Prerequisites

  • Docker
  • Docker Compose

Getting Started

  1. Clone the repository:

    git clone https://github.com/TheCoder30ec4/GenAI_Hackaton.git
    cd GenAI_Hackaton
  2. Build and run the containers:

    docker-compose up --build

    This command will build the Docker images for the frontend and backend services and start the containers.

  3. Access the applications:

Services

  • backend: A Python-based backend service using the FastAPI framework.
  • frontend: A JavaScript-based frontend service using the Next.js framework.

Project Structure

.
├── Backend
│   ├── app
│   ├── Dockerfile
│   └── requirements.txt
├── Frontend
│   └── ease-my-trip
│       ├── app
│       ├── public
│       ├── Dockerfile
│       ├── next.config.ts
│       ├── package.json
│       └── ...
├── docker-compose.yaml
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •