aps1027 / monitoring-alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitoring Alerts

This is sample web page for monitoring alerts with waveforms.

Prerequisites

  1. Install Node.js
  2. Install MongoDB

Development Procedures

  1. Clone this git repository
  2. Create .env on frontend and backend folders based on .env.example
  3. Run frontend
    $ npm install
    $ npm run start
    
  4. Access Client http://localhost:3000
  5. Run backend
    $ npm install
    $ npm run dev
    
  6. Access Server http://localhost:5000

About


Languages

Language:JavaScript 88.1%Language:HTML 6.7%Language:CSS 4.6%Language:Shell 0.7%