Project referred from:- https://www.youtube.com/watch?v=75EpH4YF9Zc&list=PL5dTjWUk_cPbJkoB95DGTA-h_XEI6Lko9&ab_channel=AkhilSharma
You can add gitpod extension to your browser or directly create a workspace in gitpod by accessing
https://gitpod.io#github.com/rohitchauraisa1997/calorie-tracker
compressed.mp4
git clone https://github.com/rohitchauraisa1997/calorie-tracker.git
cd calorie-tracker
docker compose up -d
docker compose ps
http://localhost:3000
docker compose exec mongodb mongosh calorie-tracker-db -u calorie-user -p calorie123
docker compose exec backend sh
docker compose exec frontend sh