Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/whitiue/logiMathApp/llms.txt

Use this file to discover all available pages before exploring further.

LogiMath runs as three coordinated services — a FastAPI backend, a Flet frontend, and a PostgreSQL database. Before starting, copy .env.example to .env in the project root and fill in your values; without this file neither the Docker nor the manual setup will connect to the database.
Your .env file must never be committed to version control. It is already listed in .gitignore. The required format for the database connection string is:
DATABASE_URL=postgresql://logmath_user:logmath_pass_change_me_in_production@postgres:5432/logmath_db

Choose your setup method

Build docs developers (and LLMs) love