See it in action: https://alert-it-1.vercel.app/
-
Know if your website is offline right away! Reliable monitoring saves your money, reputation and clients — by alerting you before any major problems arise.
-
Utilize a number of tools used most frequently by administrators to verify the availability of network devices.
-
Be informed! Even the strongest among us have downtime. However, it's crucial to be aware of it before clients are impacted!
Feel like contributing? That's awesome!
Thanks for showing interest to contribute to AlertIt 💖, you rock!
There are different ways you can contribute, all of which are valuable:
- Fork the project
- Take on one of active issues
- Make a pull request
Here are a few guidelines that should help you as you prepare to make your contribution.
If you have any questions, feel free to contact us on Github discussions or issues page.
We are always active on discord server.
If you like the project, but don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- This project uses Tailwind on the front end. Please avoid using inline and scss styles unless absolutely necessary.
- We use Prettier+ to format .js files.
All necessary API documentation is available here.
https://documenter.getpostman.com/view/3551458/2s83zcT7GT
Edit .env.local file:
MONGODB_URI="URL FOR MONGO DATABASE"
SITE_URI="http://localhost:3000"
#FOR AUTH CHANGE THIS WITH RANDOM STRINGS FOR HASHING.
NEXTAUTH_JWT_SECRET="b4ed764b60a9a9be8452f06ca06519f9"
NEXTAUTH_SECRET="b4ed764b60a9a9be8452f06ca06519f9"
Run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
* To avoid merge conflicts, please pull from the main branch before making any changes.