sahilee26 / Site-Connectivity-Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Connectivity Checker

Project Goal

The main objective of this project is to check the status of sites.

Features

  • We can add commands to allow users to add and remove sites from the list of sites to be checked.(Done)
  • The users should also be able to start the tool, stop it, and determine the intervals(Done)
  • In case of stop pinging URL leave interval field empty

Different Endpoints

  1. /admin: This allows user to login with the admin credentials and manage the project. The user can view the tables of the database and can also edit them directly in the provided interface.

  2. /insights: This endpoint shows results fetched while pinging queries in paginated form

Running the Project Locally

  1. First, clone the repository to your local machine:
git clone https://github.com/sahilee26/Site-Connectivity-Checker.git
  1. Change the current directory to the project directory
cd Site-Connectivity-Checker
  1. Install required dependencies
  pip install requirements.txt
  1. Finally run the deployment server using
  python manage.py runserver

The project will be available at 127.0.0.1:8000.

Demonstration

About


Languages

Language:Python 97.7%Language:JavaScript 1.1%Language:HTML 0.6%Language:CSS 0.4%Language:PowerShell 0.2%Language:Batchfile 0.0%