purvilmehta06 / SmartBricks

SmartBricks is a commercial website for property selling and purchasing. SmartBricks provides a platform to sellers, owners, and builders to sell their property online. Depending upon the popularity of the area and builder, they can set proper price for their property. On the other side, the buyer will get the advantage of statistics of the area like availability, amenities in the house on their phone or desktop. We provide owner details to buyer after verification so that privacy maintains for both users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartBricks

Tools

  1. Download nodejs and install that software link : https://nodejs.org/en/download/
  2. Download Visual Code and install the software link : https://code.visualstudio.com/
  3. Open visual studio and download some extensions from left pannel
    1. Live Server
    2. JavaScript (ES6) code snippets
    3. formatter-pug
    4. code-runner
  4. Download mongoDB software link : https://www.mongodb.com/download-center/community
  5. Install mongoDB
    1. install mongoDB on custom method
    2. Browse the folder and select C drive itself. Then make new folder name mongodb in C drive and choose that folder to install software.
    3. On the next page, append '\db' in data file path. Remember not to change log file path. Just change data path to 'C:\mongodb\data\db'.
    4. On the next page, uncheck Install MongoDB Compass. Then press install. It might ask for restarting your PC.
  6. Open CMD as administator and set path to C:\mongodb\bin and run net start mongodb. Ignore if mongoDB is already activated.

Mongodb Controls

  1. Open CMD as administator and set path to C:\mongodb\bin
  2. Type mongo on terminal.
  3. Type >use trial2 on command line.

How to run Code ??

  1. Open VS Code and press Ctrl +`
  2. Open folder which you have downloaded from here.
  3. npm install
  4. npm run dev
  5. Open Chrome browser and type http://localhost:5000

Remaining Work

  1. Statistic Page - Frontend and backend
  2. Other tools Price estimator etc.., if time permits.

About

SmartBricks is a commercial website for property selling and purchasing. SmartBricks provides a platform to sellers, owners, and builders to sell their property online. Depending upon the popularity of the area and builder, they can set proper price for their property. On the other side, the buyer will get the advantage of statistics of the area like availability, amenities in the house on their phone or desktop. We provide owner details to buyer after verification so that privacy maintains for both users.


Languages

Language:CSS 81.2%Language:HTML 11.0%Language:JavaScript 7.8%