Ellehacks internal system
To run this code
==============================
cd server npm i node app.js
==============================
cd client npm i npm start
==============================
How to use git
git init
==============================
(setup git remote)
==============================
git add .
==============================
git commit -m "what was the update"
==============================
git checkout -b newBranchName
==============================
git push origin newBranchName
==============================
and then make a PR! Whoever push to main without PR will own Luana a Mocha Latte ;)