Skip to content

GharBikri is a RealEstate website where you can buy, sell and rent houses.

License

Notifications You must be signed in to change notification settings

sthsuyash/GharBikri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GharBikri

Description

GharBikri is a full stack web application that allows users to buy and sell properties. It is a single page application that allows users to create an account, login, and post properties for sale. It also allows users to search for properties based on location, price, and property type. It also allows users to view the details of a property and contact the seller.

Running the Application

  • Clone the repository
git clone https://github.com/sthsuyash/GharBikri.git

change into each client and server directory and run the following commands:

  • Install dependencies
npm i
  • Run the application
npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  • First fork the repository

  • Clone your forked repository

git clone <your-repo-name>
  • Create a new branch
git checkout -b <your-branch-name>
  • Make changes and commit
git add .
git commit -m "<your-commit-message>"
  • Push changes to GitHub
git push origin <your-branch-name>
  • Submit your changes for review, i.e create a pull request

If you have any questions, please open an issue.