Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 376 Bytes

Calorie Counting App

Features

-full-stack app allowing for calorie and protein tracking for your meals -can add/remove/edit/view meal items

Tech

-app uses the MERN stack (MongoDB, Express, React and NodeJS) -for the DB we use a mongoDB atlas cloud instance

Installation

cd back
yarn
cd ../front
yarn

Running the app

cd front
yarn dev