Loading repository data…
Loading repository data…
anjali7786 / repository
This portal is designed to provide a facility where a customer can easily buy or sell or rent their properties such as apartments, rooms and add projects.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The Property Management website is designed to provide the facility to a user to buy or sell/rent his properties such as apartments and rooms also to add and apply for projects.

git clone https://github.com/anjali7786/Property-Management.git
Step 3.


Step 4. Create a local host connection and click on Server Tab then select Data Import. You can see that there are two options import from self-contained file and import from dump project folder choose the option import from self-contained file and browse to the location where the property_management.sql file is present and click on start import which is on the bottom right of this window. Then go to the schemas tab and click on refresh to see the new database named property_management added. The database setup is completed.

Open the project files in the code editor. Open file and if your MySQL username and password are not then you can replace the username and password written in file with your MySQL username and password.
main.pymain.pyStep 6. Installing Packages
For Visual Studio Code do the following:

python -m venv env
Set-ExecutionPolicy Unrestricted -Scope Process
env\scripts\activate
pip install flask
$env:FLASK_APP = "main"
pip install bcrypt
pip install flask_mysqldb
pip install flask_mail
flask run
requirements.txt file :pip install -r requirements.txt
For Pycharm code editor do the following:

pip install flask
pip install bcrypt
pip install flask_mysqldb
pip install flask_mail
requirements.txt file :pip install -r requirements.txt





Search Page








Followers Following Page: user can see his followers and the his friends.










Approve Property page, owner can approve the applicantions.


Approved Properties page for applicants showing that their application for applying that property has been approved and now they can provide rating also.











