Skip to content

Bhaskar Properties is a real estate website built using Django, vanilla JavaScript, HTML, and CSS. It provides a user-friendly interface for browsing and searching properties, displaying detailed information, and contacting property owners or agents. Bhaskar Properties offers a seamless experience for property seekers.

License

Notifications You must be signed in to change notification settings

ronit-bhati/bhaskarproperties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bhaskar Properties

Bhaskar Properties is a simple real estate website built as a practice project using Django, vanilla JavaScript, HTML, and vanilla CSS. The website offers a user-friendly interface and aims to provide a seamless experience for users searching for properties.

Features

  • Property Listings: Browse through a wide range of available properties, including houses, apartments, and commercial spaces.
  • Advanced Search: Utilize the search functionality to filter properties based on location, price range, property type, and other relevant criteria.
  • Property Details: View detailed information about each property, including images, descriptions, amenities, and contact information.
  • Contact Form: Easily get in touch with the property owner or agent using the integrated contact form.
  • Admin Dashboard: Access an admin panel to manage property listings, user accounts, and other website settings.

Installation

  1. Clone the repository:

    git clone https://github.com/ronit-bhati/bhaskarproperties.git
  2. Change into the project directory:

    cd bhaskarproperties
  3. Install the required dependencies. It is recommended to use a virtual environment for this:

    pip install -r requirements.txt
  4. Apply database migrations:

    python manage.py migrate
  5. Run the development server:

    python manage.py runserver
  6. Access the website at http://localhost:8000.

Usage

  1. Create an admin account:

    python manage.py createsuperuser
  2. Visit http://localhost:8000/admin and log in with your admin credentials.

  3. Use the admin dashboard to manage property listings, user accounts, and other website settings.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the GPL-3.0 License.

Acknowledgments

  • The project was developed as a practice exercise to enhance skills in Django, JavaScript, HTML, and CSS.
  • Special thanks to [name] for inspiration and guidance during the development process.

Contact

For any inquiries or feedback, please contact [email protected].


About

Bhaskar Properties is a real estate website built using Django, vanilla JavaScript, HTML, and CSS. It provides a user-friendly interface for browsing and searching properties, displaying detailed information, and contacting property owners or agents. Bhaskar Properties offers a seamless experience for property seekers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published