ivangfr / springboot-react-jwt-token

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.
158 stars 51 forks source link

Needs Readme Text upgrade #8

Closed mhasan-cmt closed 1 year ago

mhasan-cmt commented 1 year ago

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

ivangfr commented 1 year ago

thanks @mhasan-cmt and sorry for the mistake.