/project-template

Template from which Atoti projects intending to go into production can start

Primary LanguagePython

Atoti Project Template

This template can be used to start Atoti projects where the goal is to go into production rather than prototyping in a notebook.

On top of the atoti package, it comes with:

Usage

Installation

Commands

To start the app:

uv run python -m app

Other useful commands can be found in test.yml.

Deployment

This repository automatically deploys to AWS ECS. To deploy somewhere else, delete task-definition.json and adapt deploy.yml.