The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a font-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.
instead of
docker exec -it postgres psql -U postgres -d moviedb
it should be like this:
docker exec -it postgres psql -U postgres -d orderdb
it is kinda confusing for the first time