Welcome to the Door Automation API repository! This project is a backend application designed for efficient door access control using Django and DjangoRestFramework. Whether you're managing physical doors or electronic access points, this API provides a reliable solution.
This is the semester project to demonstrate the implementation of password encryption in a backend application that integrated with hardware device.
- Door Control: Lock and unlock doors securely.
- User Management: Administer user access rights with ease.
- Password Encryption: Prioritize security with Casesar Cipher password protection.
- Hardware Integration: Seamlessly connect with hardware devices for enhanced functionality.
Install the requirements
pip install -r requirements.txt
Run the development server on LAN
python manage.py runserver 0.0.0.0:8000