Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 298 Bytes

MernPractice - Building Calorie Calculator

Introduction to Mern by building a calories calculator which will contain similar logic to a feature in the GainzHub app (CSCC01 project)

Backend

To start backend:

  • cd server
  • node index.js

Frontend

To Start Frontend:

  • cd client
  • npm start