A RESTFul API to monitor up or down time of user defined links. This is a raw NodeJS project without using any third party modules or packages. Its a practice project for learning NodeJS with learnwithsumit youtube series.
Please follow the below instructions to run this project in your machine:
- Clone this repository
git clone https://github.com/RatulAlMamun/uptime-monitoring-api-raw-nodejs.git
- Go into cloned directory
cd uptime-monitoring-api-raw-node
- Install dev dependencies
npm install
- Run the app
npm start
- Your app should be available in http://localhost:3000
Just pull the updated code and run the app
git pull
npm start
Method | URL endpoint | Request payload | Response payload | Description |
---|---|---|---|---|
POST | {{host}}\user |
|
|
User Registration |
Md Abdullah Al Mamun (Ratul) - ratulalmamun23@gmail.com