Skip to content

Building a RESTFUL API for an uptime monitoring application. It allows users to enter URLs they want monitored, and receives alerts when those resources go down and come up.

License

Notifications You must be signed in to change notification settings

Fadahunsiseyi/UPTIME-MONITORING-APPLICATION

Repository files navigation

RESTFUL API (BACKEND SERVICE)

Building a RESTFUL API for an uptime monitoring application. It allows users to enter URLs they want monitored, and receives alerts when those resources go down and come up. The API listens on a PORT and accepts incoming HTTP requests for POST,GET,PUT and DELETE requests. The API allows a client to connect, then create a new user, then edit and delete that user. The API allows a user to SIGN IN which gives them a token that they can use for subsequent authenticated requests. The API allows the users to SIGN OUT, which invalidates their tokens...

Live Demo

[Live demo](Live soon)

Built With

  • Nodejs
  • Javascript
  • Postman

Getting Started

Prerequisites

  • Node
  • NPM ( Node Package Manager )
  • Git and Github Account

Setup

  • Run git clone on this project at the desired directory:

    git clone https://github.com/Fadahunsiseyi/nodejs_mastery.git
    
    cd nodejs_mastery
    
  • Install dependencies

    npm install
    
  • Start React Dev Server

    npm run start
    
  • On your favourite browser go to http://localhost:4000/

Authors

👤 Fadahunsi seyi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Building a RESTFUL API for an uptime monitoring application. It allows users to enter URLs they want monitored, and receives alerts when those resources go down and come up.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published