Giter Site home page Giter Site logo

mustafaghouri / yas-property Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 92.89 MB

Yash-Property: A PHP-based real estate management system empowering administrators to effortlessly add and oversee projects, properties, and testimonials. Users can explore property details and connect seamlessly via the Contact Us page. Simplify your real estate tasks with Yash-Property's user-friendly interface.

PHP 41.05% CSS 29.29% JavaScript 11.08% SCSS 18.58%
admin-panel blog-management builders contact-us-page dynamic-web-application mysql php project-management property real-estate

yas-property's Introduction

Yash-Property Project Installation: Make sure you have PHP 7 or a higher version installed. Ensure that you have the latest version of MySQL database installed. Create a file for database connection at the following path: include/connection.inc.php. The database file name should be database.sql. Database Connection File (include/connection.inc.php):

$host = "your_host_name"; $username = "your_database_username"; $password = "your_database_password"; $database = "your_database_name";

$conn = new mysqli($host, $username, $password, $database);

if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); }

Project Run Instructions: Use XAMPP or any other PHP and MySQL server solution if you are running the project on a local PC. About Project: Project Name: Yash-Property GitHub Repository: Yash-Property Project Overview: Yash-Property is a PHP-based project designed for a property builder. The system allows administrators to add projects, properties, blogs, and testimonials using an admin panel. The admin roles include user admin and manager. Users can view property details and contact the administrator through the Contact Us page.

Features: Admin Panel:

Add and manage projects. Add and manage properties. Publish and manage blogs. Handle testimonials.

User Roles:

Admin: Full control over the system. Manager: Limited administrative access. Users: Access to property details and a contact form. Database Structure:

The database structure is defined in the database.sql file.

Contact Us Page:

Users can use the Contact Us page to get in touch with the admin. How to Contribute: Fork the repository. Create a new branch for your feature or bug fix. Make changes and commit them. Push your changes to your fork. Submit a pull request. Feel free to explore, contribute, and enhance Yash-Property!

yas-property's People

Contributors

mustafaghouri avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.