Skip to content

justdodo27/calories-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calories counter

alt text


To run the app

  • Build and start app

    docker-compose up --build

  • Run postgresql shell

    docker-compose exec db psql --username=fitapka --dbname=fitapka

  • Stop app

    docker-compose stop

  • Remove app and volumes

    docker-compose down -v