Skip to content
/ project-template Public template

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

Notifications You must be signed in to change notification settings

atoti/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8559827 · Mar 4, 2025

History

65 Commits
Mar 4, 2025
Sep 17, 2024
Mar 4, 2025
Mar 4, 2025
Sep 17, 2024
Sep 17, 2024
Mar 4, 2025
Sep 17, 2024
Sep 17, 2024
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025

Repository files navigation

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.