This project is built by FARM Stack to check the website status and whether it's up or not. Website status will check by a python program every 5 minutes and update the databse.
git clone https://github.com/Niraj-Dilshan/WebSiteStatusChecker.git
cd WebSiteStatusChecker
cd backend
sudo apt install python3-virtualenv
virtualenv virtualenv_name
source virtualenv_name/bin/activate
pip install -r requirements.txt
pip install virtualenv
virtualenv virtualenv_name
virtualenv_name\Scripts\activate
pip install -r requirements.txt
MONGO_URI="mongodb+srv://username:password@cluster0.gwqfihf.mongodb.net/?retryWrites=true&w=majority"
uvicorn main:app --reload
cd WebSiteStatusChecker
cd backend
python3 webcheck.py
cd frontend
npm i
npm start