Skip to content

patri27826/genie.ai

Repository files navigation

Genie AI

To use the application, follow the outlined steps:

Run the Application

$ docker-compose up --build

Run the frontend

  1. Install pnpm
$  cd frontend
$  pnpm install
$  pnpm start

Run the backend

$  cd backend
$  docker compose up --build

Before you submit you commit, please install pre-commit

$  pip install pre-commit
$  pre-commit install --install-hooks