2025-07-18 09:58:48 +02:00
2025-07-16 08:30:56 +02:00
2025-07-16 10:48:46 +02:00
2025-07-16 08:30:56 +02:00
2025-07-16 10:48:46 +02:00

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

Build Docker Image

  docker build -t stack:latest .

Use Docker Image

  docker run -d --name mycontainer -p 80:80 stack:latest

Testing

  source .venv/bin/activate
  pytest

Documentation

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

Description
No description provided
Readme MIT 139 KiB
Languages
Python 91.3%
Dockerfile 8.7%