AmishB7 / GharBikri

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 98.6%Language:PLpgSQL 0.8%Language:SCSS 0.3%Language:Dockerfile 0.2%Language:HTML 0.1%