Despite the name, Artemis has absolutely nothing to do with space exploration. It is a dedicated, collaborative backend sandbox built to experiment with modern web development patterns, asynchronous architectures, containerization, and automated CI/CD workflows.
- Framework: FastAPI
- Database & ORM: PostgreSQL with SQLAlchemy 2.0
- Migrations: Alembic configured for an asynchronous database environment.
- Containerization: Multi-stage
Dockerfileandcompose.ymlfor streamlined development.
This project uses Conventional Commits to automatically manage versioning and changelogs.