Skip to content

JulianKorgol/status-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Status System

Software that allow anyone to create a status page for their services.


Documentation: https://status-system.juliankorgol.com/
GitHub Repository: https://github.com/JulianKorgol/status-system


How to run

Mariadb

Just run in the repo/app root folder:

docker compose up -d

Backend (FastAPI)

Go to backend folder, then:

  1. Install requirements.txt. You can use this command:
pip install -r  requirements.txt
  1. Create .env.local and enter values from env.example

  2. Run the app. You can use this command:

uvicorn main:app --env-file .env.local --reload

Future frontend

Future frontend image

Features:

  • TODO: That section will be in the future