Files
challenge_cloud_accelerator/README.md
2025-07-16 10:31:57 +02:00

518 B

Simple Notification Forwarding Application

This Application is a simple REST-API for forwarding notifications.

Preperations for Virtual Environment

git clone https://git.n-schuler.dev/nicolas/challenge_cloud_accelerator.git
cd challenge_cloud_accelerator
uv venv .venv && source .venv/bin/activate
uv sync

Usage

  fastapi run app/main.py

Testing

  source .venv/bin/activate
  pytest

Documentation

The OpenAPI Documentation is available at 0.0.0.0:8000/docs.