Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMad Mobile Monorepo

This repository contains the initial monorepo scaffold for BMad Mobile:

  • mobile/ Flutter application baseline
  • backend/ FastAPI backend baseline
  • infra/ local infrastructure (PostgreSQL via Docker Compose)
  • docs/ bootstrap and verification notes

Quick Start

  1. Start Postgres:
    • cd infra
    • docker compose up -d
  2. Start backend:
    • cd ../backend
    • python -m venv .venv
    • source .venv/bin/activate
    • pip install -e .[dev]
    • cp .env.example .env
    • alembic upgrade head
    • python scripts/ensure_dev_host.py
    • uvicorn app.main:app --reload
  3. Check health:
    • curl http://127.0.0.1:8000/api/v1/health
  4. Log in locally:
    • Email: host@example.com
    • Password: Password123!

See docs/bootstrap.md for full verification steps.

About

BMad mobile app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages