Dare to Design is a web application that facilitates interaction between clients and builders for interior design projects. The platform allows users to explore various interior design options and directly contact builders to discuss and finalize their interior design requirements.
- User Authentication: Secure login and registration system for users and builders.
- Interior Design Gallery: Browse a collection of interior design images and ideas.
- Direct Contact: Users can directly get in touch with builders for consultation.
- Quotation Requests: Users can request quotations for their interior design projects.
- Responsive Design: Optimized for both desktop and mobile devices.
The project is organized into the following key files and directories:
-
Java Class Files (compiled):
build/classes/*- Compiled Java classes for various functionalities such as login, signup, quotation, etc.
-
Web Files:
src/main/webapp/*- Web application files including HTML, CSS, images, and JavaScript.
-
Configuration Files:
.classpath,.project,.settings/*- Configuration files for the project setup.
-
Clone the repository:
git clone https://github.com/sushanthaaa/Dare_to_Design.git
-
Navigate to the project directory:
cd Dare_to_Design -
Configure the database connection: Update the database connection settings in the relevant configuration file.
-
Build and run the project: Use an IDE like Eclipse or IntelliJ IDEA to build and run the project. Ensure you have a local server setup (e.g., Tomcat) and the required dependencies.