Giter Site home page Giter Site logo

status-page's Introduction

Status Page

Project overview

Status page is website that check the server and the backend data seanding like Server is offline, Server is down,monitor offline etc... Full responsive page.

Installation

npm install nodemon to run the app

Frontend

Status page front end is constructed using Handlebars Templates. and has a simple interface to view:

  1. Updated Status
  2. list of incident

Clicking on Stndby on the sidebar will take the user to the mian page of the company.

Backend

Status page backend is written in NodeJs and Uses the Mongo database server to store incident and serve them to the frontend. There are two backend processes:

  1. A user webapp that communicates with the frontend using JSON to display articles
  • This app supports two HTTP verbs:
  1. GET - to get incidents from the database

  2. POST - to add incidents to the database

  3. PUT - to update incidents in the database (optional until we know if we need to update incidents)

  4. A background webapp that requests new incidents from the selected sources and if they are appropriate adds them to the database

  • This app is responsible for:
  1. Getting incidents from our server API

  2. Checking if there is new incidents

  3. Check if the incidents is ongoing incidents

  4. If incidents ongoing then POST to our user webapp to add the incidents

Developer Environment

there are special environment for developers that allowed to add and remove incident encrypted with special authority password

Fronted & Backend Sketch

img_20170913_124601 img_20170913_124609

status-page's People

Contributors

tarektarho avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.