pranav-04 / SmartBricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Almost_there_5:SmartBricks

Demo Video

Youtube Link : https://www.youtube.com/watch?v=qEUfMWCZg8Y&t=33s

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 Almost_there_5 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


Languages

Language:CSS 77.7%Language:HTML 12.8%Language:JavaScript 9.6%