Url Monitor is a web API for monitoring website availability, outages and uptime.
- Make sure NodeJS is installed on your system.
- Under the project main directory run:
npm installto install all required packages. - Add a
.envfile and the add the following keys:- DB_URL: Url to a MongoDB cloud database.
- SESSIONS_SECRET: A secret key for session authentication.
- EMAIL, PASSWORD: Email and password to be used in sending email notifications.