This is a FastAPI application providing system health information. The app retrieves various system metrics and makes them accessible through an API.
Check out the live demo of the FastAPI Health Service: Live Demo
To run the FastAPI Health Service locally or deploy it to your own environment, follow these instructions:
-
Clone the Repository:
git clone https://github.com/your-username/fast-api-health-service.git cd fast-api-health-service
-
Install Dependencies:
pip install -r requirements.txt
-
Run the FastAPI App: ``bash uvicorn app:app --reload
The app will be accessible at http://127.0.0.1:8000.