You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for starting the program run the command
make run
in terminal
for runing the test first run the docker-compose db with the command
make startDb
and after that run
make testing
and for stopping the postgres you can run
make stopDb