A web-based SmartHome management system built with Django. This app allows users to manage their smart devices.
- 🔐 Secure user registration & email authentication
- 📱 Add and manage smart devices
- 🔌 Remote control of smart devices
- 🔁 Share devices with other users by email
- 📊 Dashboard with owned and shared devices
- 🛡️ Location-based device access
- Backend: Django (Python)
- Database: SQLite (default)
- Frontend: HTML5, Bootstrap
- git clone https://github.com/infoshareacademy/jpydzr6-smartcode-developers.git
- cd DjangoProject
- cd SCD_app
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver