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