uptime-monitoring-api-raw-node
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.
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
- Clone this repository
git clone https://github.com/learnwithsumit/uptime-monitoring-api-raw-node.git - Go into cloned directory
cd uptime-monitoring-api-raw-node - Install dev dependencies
npm install - Switch to specific branch for example lesson-2
git checkout lesson-2 - Run the app
npm start - 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