uptime-monitoring-api-raw-node icon indicating copy to clipboard operation
uptime-monitoring-api-raw-node copied to clipboard

A RESTFul API to monitor up or down time of user defined links. This is a raw node.js project without using any third party modules or packages.

Youtube Facebook Instagram LinkedIn


Raw Node.js Project - Uptime Monitoring API

Table of Contents

  • How to run
    • New Users
    • Old Users
  • Contact

How to run

Please follow the below instructions to run this project in your machine:

New Users who never cloned this repository before

  1. Clone this repository
    git clone https://github.com/learnwithsumit/uptime-monitoring-api-raw-node.git
    
  2. Go into cloned directory
    cd uptime-monitoring-api-raw-node
    
  3. Install dev dependencies
    npm install
    
  4. Switch to specific branch for example lesson-2
    git checkout lesson-2
    
  5. Run the app
    npm start
    
  6. Your app should be available in http://localhost:3000

Old users who previously cloned the repository

Just pull the updated code and follow corresponding lesson README file

git pull

Contact

Sumit Saha - [email protected]

Project Link: https://github.com/learnwithsumit/nodejs-basic-bangla

Youtube Channel: https://youtube.com/LearnwithSumit