Backend Status

Beasts Flask Backend

The backend is online. This page is the human-readable root status page for the Flask server. API consumers should use the JSON endpoint shown below.

Service

Flask application factory initialized successfully.

Port

8425

Health JSON

/api/health

Current Status Running
{
  "message": "Flask backend is running",
  "status": "ok",
  "port": "8425"
}

Python Home Page

Python Development

Flask Development

What is Flask? How do I start web development?

Backend and Persistence

How do you manage persistent data with Python?