This is the monorepo for the Galileo project, containing both the backend and frontend applications.
galileo/: Backend application (FastAPI, Python)galileo_frontend/: Frontend application (React, TypeScript)
- Navigate to the backend directory:
cd galileo - Activate the virtual environment:
source venv/bin/activate - Start the server:
The backend will run at
uvicorn main:app --reload
http://localhost:8000(or similar port).
- Navigate to the frontend directory:
cd galileo_frontend - Install dependencies (if not already installed):
pnpm install
- Start the development server:
The frontend will run at
pnpm start
http://localhost:3000.
This repository is a monorepo.
- The root directory contains the git configuration.
- Previous separate repositories for backend and frontend have been merged into this single repository.
galileo/.gitandgalileo_frontend/.gitwere archived to.git_backupto avoid conflicts.