Skip to content

mohmmedfathi/status-page

Repository files navigation

status-page

LinkedIn MIT License


Status Page Project

Website Uptime Monitoring

About The Project

website tool for organizations and persons that need to monitor the status of their services and keep their customers and stakeholders informed if website get down.

Built With

  • Python
  • Django
  • Django REST
  • Postgres
  • Redis

Getting Started

Prerequisites

  • Python <= 3.10.6
  • Pip <= 22.0.2
  • Python virtual environment
  1. Clone the repo

    git clone https://github.com/mohmmedfathi/status-page && cd status-page
  2. Create virtual environment

    python3 -m venv venv
  3. Activate virtual environment

    source venv/bin/activate
  4. Install requirements

    pip install -r requirements.txt
  5. Migrate models

    python manage.py migrate
  6. Run server

    python manage.py runserver 

Contact

Mohammed Fathi - mohmmedfathi.123@gmail.com

Project Link: https://github.com/mohmmedfathi/Alignment-Api/