mehular0ra / GreenFactor-Calulator-And-Data-Visualizer

A MERN Stack project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Green Factor Calculator and Visualizer

Table of Contents


Description

The target of the project is to find the green factor (quantative measure of bio-dgradablity) of clothes and products. The green factor for the clothes is calculated by the material it is made of and visualized.

The green factor can be used as a search bar for sorting and classification of products on the basis of biodegradablity and eco-friendliness.

Technologies

  • MERN stack
  • Chart.js
  • D3.js (in future)

Back To The Top


How To Use

Installation

To run the project

cd client
npn install
npn start

A browser window will open.

mern This confirms the app is running fine.

To run server side, in the new terminal run the following commands

cd server
npn install
npn start

For the database, make a free account of MongoDB, and copy the URL provided. Make a .env file and paste the URL there.

mern This shows how to imprt to import mongoDB URL from the .env file.

Back To The Top


Author Info

Back To The Top

About

A MERN Stack project


Languages

Language:JavaScript 89.0%Language:HTML 6.9%Language:CSS 4.0%