Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 820 Bytes

File metadata and controls

16 lines (13 loc) · 820 Bytes

This app has been created with app.build, an open-source platform for AI app development.

Core stack:

  • Python 3.12;
  • PostgreSQL as the database;
  • NiceGUI as the UI framework;
  • SQLModel for ORM and database management;
  • uv for dependency management.

The app can be run locally via docker compose:

docker compose up

For production-ready deployments, you can build an app image from the Dockerfile, and run it with the database configured as env variable APP_DATABASE_URL containing a connection string. We recommend using a managed PostgreSQL database service for simpler production deployments. Sign up for a free trial at Neon to get started quickly with $5 credit.