See this app in action: https://training-tracker-gndec.vercel.app/home
- change VITE_ENV from development to production in client/.env.production
- in root direcotry
docker compose up
- add clickable breadcrumbs for navigation (easy)
- setup ci/cd
- better state management
git clone https://github.com/whogurdevil/training-tracker-gndec
cd training-tracker-gndec
cd backend
npm i
nodemon index.js
cd ../client
npm i
npm start