Skip to content

ETCE-LAB/galileo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Galileo Project

This is the monorepo for the Galileo project, containing both the backend and frontend applications.

Project Structure

  • galileo/: Backend application (FastAPI, Python)
  • galileo_frontend/: Frontend application (React, TypeScript)

Getting Started

Backend (galileo)

  1. Navigate to the backend directory:
    cd galileo
  2. Activate the virtual environment:
    source venv/bin/activate
  3. Start the server:
    uvicorn main:app --reload
    The backend will run at http://localhost:8000 (or similar port).

Frontend (galileo_frontend)

  1. Navigate to the frontend directory:
    cd galileo_frontend
  2. Install dependencies (if not already installed):
    pnpm install
  3. Start the development server:
    pnpm start
    The frontend will run at http://localhost:3000.

Git Structure

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/.git and galileo_frontend/.git were archived to .git_backup to avoid conflicts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.2%
  • Python 40.1%
  • Shell 7.9%
  • Perl 2.0%
  • HTML 0.4%
  • CSS 0.2%
  • Other 0.2%