You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A course project for Cloud Computing Theory and Practice
This simple website utilizes Mern Stack to make a machine maintenance platform containing a complete function of CRUD (Create, Read, Update, DELETE). In this project, I use the EC2 service standing NGNIX server provided by the AWS platform and stored data with AWS RDS service (AWS MySQL).In addition, the system sends an email regularly to notify the maintenance personnel.
Framework
Frontend : Reactjs
Backend : Express (NodeJs)
Database
AWS MySQL
Infrastructure
AWS EC2 (Amazon Linux2 AMI (HVM) - Kernal 5.10, SSD)
Create a maintenance table page.(The content of form includes the name of the machine, the name of the person in charge, the date of starting and ending, the check cycle, and the email address)
This page is the current maintenance list. The record can be modified by the green button and deleted by the red button.
Email notification
About
A machine maintenance platform based on Mern Stack and AWS database