Atom Api

Record CRUD API (Atom API - First Commit)

Goal

Build a minimal, production-structured CRUD API using FastAPI that supports a single Record model with basic create and read operations. The system should establish clean architecture foundations (controller → service → repository), in-memory storage, and simple validation, preparing the codebase for future persistence and feature expansion.

Changes Needed

Acceptance Criteria