A modern and intuitive web application built with Python Django, tailored for interior design professionals and enthusiasts.
-
User Authentication
Secure registration and login system with email-based password recovery. -
Design Upload & Approval
Users and designers can submit their interior design ideas. Designs go live only after admin approval, ensuring quality control. -
Explore Design Styles
A variety of interior design styles are showcased for inspiration and selection. -
Contact Page
Built-in contact form for user inquiries or service requests. -
Review System
Users can leave feedback, helping designers gain visibility and credibility.
This platform bridges the gap between creative designers and users seeking interior design solutions. From concept sharing to user interaction, every aspect is streamlined for efficiency and aesthetics.
- Python Django
- HTML, CSS, JavaScript
- SQLite/PostgreSQL (Database)
- SMTP for email password recovery
-
Clone the repo:
git clone https://github.com/your-username/interior-design-app.git -
Create and activate a virtual environment.
-
Install dependencies:
pip install -r requirements.txt -
Run migrations:
python manage.py migrate -
Start the server:
python manage.py runserver