This project is a smart home management system designed to allow users to control and monitor IoT devices within a home environment. The web application provides a user-friendly interface for managing devices such as lights, temperature sensors, humidity sensors, doors, and window shades
In progress
- Front-end: ReactJS
- Back-end: Node.js
- Database: MongoDB
- Hosting:
Under development.
Prerequisites
Node.js and npm must be installed on your computer. Download and install them from Node.js official website. Getting Started
Clone the project from GitHub or download the source code. Open a terminal in Visual Studio Code and navigate to the project directory.
Run the following commands:
- npm install # Install necessary npm packages
- npm run build # Build the application
- npm run start # Start the application