Code Monkey home page Code Monkey logo

url-monitoring's Introduction

URL Monitoring App

This app is for providing the APIs to check the uptime monitoring for urls provided by an authenticated and authorized user and sending the report to the user's email.

Getting Started

These steps will get you a copy of the project up and running for development and testing purposes.

Installation

  1. Install Nodejs, ^v12.18.3
  2. Install npm ^6.14.6
  3. Install mongoDB ^5.0.2
  4. Optional Step โ‡’ You can install MongoDB Compass [any user interface application for MongoDB] as it offers a user interface for dealing with the database
  5. Clone the Project
  6. Run the following commands:
    npm install
    cp .env.example .env
    
  7. Create a database in mongo for the application.
  8. In the .env file change the DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD and DB_PORT variables to match the credentials of the database you just created.
  9. In the .env file change the JWT_SECRET, EMAIL_SECRET, EMAIL_USER, EMAIL_PASSWORD and EMAIL_USER_DISPLAY.

User Features

  1. Sign up
  2. Verify email
  3. Sign in
  4. Create, Update and Delete checks for the url(s) he wants to check
  5. Receive check monitor results on Email and/or specified webhook

URLs

GET {{server_url}}/api-docs/ - to browse the url documentation

Built With

  1. Nodejs
  2. MongoDB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.