uptime / README.md
gcharanteja
Initial commit - Uptime Monitoring API
6fc6d6e
|
Raw
History Blame Contribute Delete
618 Bytes
---
title: Uptime Monitoring API
emoji: ⏱️
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
---
# Uptime Monitoring API
A Rust-based uptime monitoring API service.
## Usage
This Space runs the `maxxcarl/uptime-monitoring-api:latest` Docker image.
### Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| `DATABASE_URL` | Yes | PostgreSQL database connection string |
## API Endpoints
- `GET /` - Health check
- Port: 7860
## Source
Docker image: [maxxcarl/uptime-monitoring-api](https://hub.docker.com/r/maxxcarl/uptime-monitoring-api)