Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIEF

CHIEF is a privacy-first personal operations platform.

Prerequisites

  • Docker
  • Docker Compose
  • Python 3.12 (optional, for local development)

Project Structure

  • backend/ - FastAPI application
  • frontend/ - frontend application placeholder
  • core/ - shared core infrastructure
  • modules/ - future module packages
  • docker/ - Docker-related assets
  • docs/ - architecture and project documents
  • scripts/ - operational scripts
  • tests/ - tests

Setup

  1. Copy .env.example to .env if you want to override defaults.
  2. Build and start the stack:
docker compose up --build

Run

The stack starts:

Health Endpoint

curl http://localhost:8000/health

Expected response:

{"status": "healthy"}

Docker Commands

docker compose up
docker compose down
docker compose logs -f backend

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages