Simple status page created to learn a bit of a web development. It's a learning project in the making, considering it's my first time with the JavaScript & Node.js I will be honestly surprised if it turns out usable.
- Status page with customizable title & description
- Site wide custom information message
- List of websites and their statuses
- Website name and description
- Ping based OK/Outage status
- Admin enabled maintenance mode
- Time since maintenance/outage started
- Custom information message
- List of past incidents
- Type of incident
- Affected site
- Time of incident
- How long it lasted
- Ability to login and logout of the panel
- First time admin user setup
- Ability to manage site configuration: name, description, url, global information message
- Ability to manage websites
- Add new websites
- Delete existing websites
- Edit website data: name, description, URL, information message, maintenance mode.
- Delete previous incidents
JavaScript, Node.js, Express.js, MangoDB, Mangoose, Bootstrap, jQuery, EJS Templates, Passport.js
- Project setup
- Basic models, controllers and routes
- Layout mock-ups
- Connect with real data
- Display real data on main page
- Handle login, register, logout and authorization
- Display real data on admin page
- Handle global configuration admin actions
- Display real data on website page
- Handle website admin actions
- Proper configuration file
- Proper installation script
- Ability to use ping, curl with grep or nc to monitor websites
- Granular configuration of timeouts and retries
- Ability to manage admin users
- Twitter integration