Skip to content

patel33hardik/SystemeHealthUsingFastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Health Service

This is a FastAPI application providing system health information. The app retrieves various system metrics and makes them accessible through an API.

Live Demo

Check out the live demo of the FastAPI Health Service: Live Demo

System Snapshot

Instructions

To run the FastAPI Health Service locally or deploy it to your own environment, follow these instructions:

  1. Clone the Repository:

    git clone https://github.com/your-username/fast-api-health-service.git
    cd fast-api-health-service
    
  2. Install Dependencies:

    pip install -r requirements.txt
    
  3. Run the FastAPI App: ``bash uvicorn app:app --reload

The app will be accessible at http://127.0.0.1:8000.

About

System health provided using the FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published