Skip to content

v1.0.0 – First Stable Release

Latest
Compare
Choose a tag to compare
@dengaertig dengaertig released this 06 Jul 12:46
· 1 commit to main since this release
95d34de

🚀 Initial Release – v1.0.0

This is the first stable release of status_project, a simple and elegant status page for real-time website monitoring.

✅ Features

  • Add and remove websites via web interface
  • Real-time online/offline status updates using ping
  • Responsive UI with Bootstrap
  • No login/admin section required – manage directly via interface
  • Easy customization with CSS/JS files

🐍 Tech Stack

  • Python / Django backend
  • HTML / Bootstrap frontend
  • Vanilla JavaScript for dynamic updates

🛠 Installation

git clone https://github.com/DEINUSERNAME/status_project.git
cd status_project
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver