STEP 1: Download this folder STEP 2: Double-click one of these:
Windows: RUN.bat
Mac/Linux: python RUN.py
That's literally it. Done.
The app will open in your browser automatically.
- Main App: http://localhost:8000
- API Docs: http://localhost:8000/docs
- Health Check: http://localhost:8000/health
- ✅ FastAPI REST API
- ✅ File upload system
- ✅ SQLite database
- ✅ Auto-generated API docs
- ✅ Type-safe Python code
- ✅ Production ready
casebuilder/
├── START.py # ← RUN THIS
├── main.py # Main application
├── requirements.txt # Dependencies
├── casebuilder/ # Source code
│ ├── api/ # API endpoints
│ ├── core/ # Configuration
│ ├── db/ # Database
│ └── services/ # Business logic
└── docs/ # Documentation
# Install dependencies
pip install -r requirements.txt
# Run tests
python test_casebuilder_verification.py
# Start development server
python main.pydocker-compose up --buildSee docs/ folder for complete documentation.
Built for operators. Ready for production.