Skip to content

rohitchauraisa1997/calorie-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calorie-tracker app using react as frontend and gin as the backend server.

Project referred from:- https://www.youtube.com/watch?v=75EpH4YF9Zc&list=PL5dTjWUk_cPbJkoB95DGTA-h_XEI6Lko9&ab_channel=AkhilSharma

To Setup the Calorie Tracker in gitpod.

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

To Setup the Calorie Tracker in your local environment.

compressed.mp4

Clone the repository to your local.

git clone https://github.com/rohitchauraisa1997/calorie-tracker.git

Move to the cloned directory.

cd calorie-tracker

Docker compose to bring the calorie tracker app up

docker compose up -d

To access into different containers/services of docker compose

 docker compose ps

If all services are up and running well the app comes up at localhost:3000 so access

 http://localhost:3000

to access into different containers/services of docker compose

 docker compose exec mongodb mongosh calorie-tracker-db -u calorie-user -p calorie123
 docker compose exec backend sh
 docker compose exec frontend sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published