7f1034a22f665b637b0c5e769d7d4015855039a7
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.
Languages
Python
91.3%
Dockerfile
8.7%