- Download nodejs and install that software link : https://nodejs.org/en/download/
- Download Visual Code and install the software link : https://code.visualstudio.com/
- Open visual studio and download some extensions from left pannel
- Live Server
- JavaScript (ES6) code snippets
- formatter-pug
- code-runner
- Download mongoDB software link : https://www.mongodb.com/download-center/community
- Install mongoDB
- install mongoDB on custom method
- Browse the folder and select C drive itself. Then make new folder name mongodb in C drive and choose that folder to install software.
- 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'.
- On the next page, uncheck Install MongoDB Compass. Then press install. It might ask for restarting your PC.
- Open CMD as administator and set path to C:\mongodb\bin and run
net start mongodb
. Ignore if mongoDB is already activated.
- Open CMD as administator and set path to C:\mongodb\bin
- Type
mongo
on terminal. - Type
>use trial2
on command line.
- Open VS Code and press Ctrl +`
- Open folder which you have downloaded from here.
npm install
npm run dev
- Open Chrome browser and type
http://localhost:5000
- Statistic Page - Frontend and backend
- Other tools Price estimator etc.., if time permits.