Skip to content

[Backend] Initialize FastAPI Project Structure #2

Description

@aceblack10

Description:
We need to set up the foundational directory structure for the FastAPI backend. This should follow a scalable pattern to accommodate future modules like the Readiness Engine and Ollama integration.

Tasks:

  • Create /backend directory.
  • Initialize a main.py with a basic health check endpoint (/health).
  • Add a requirements.txt or pyproject.toml with fastapi and uvicorn.
  • Include a basic README.md within the backend folder explaining how to run it locally.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions