Menu Close

bmi-calculator-server

BMI CALCULATOR SERVER

Both the Server and Client’s deployed links are provided below.

client: https://bmi-calculator-mern.netlify.app/bmi,

server: https://bmi-calculator-server.onrender.com/

For Local Use : Server

git clone https://github.com/amareshcoding/bmi-calculator-server.git
cd bmi-calculator-server
npm install
npm run start

For Local Use : Client

cd bmi-calculator-server/client
npm install
npm start
View Source Code
Posted in Development