updated README.md

master
Vic 2 years ago
parent 8ed5f2cc98
commit b5b447f1b9

@ -22,9 +22,12 @@ TOKEN_SECRET_TEST=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxLCJma
- Inside shelf folder mount the container: `docker compose up`
- Create shelf_test database with the following commands:
⋅⋅⋅`docker exec -it shelf-postgres-1 /bin/bash`
⋅⋅⋅`psql -U postgres`
⋅⋅⋅`CREATE DATABASE shelf_test`
`docker exec -it shelf-postgres-1 /bin/bash`
`psql -U postgres`
`CREATE DATABASE shelf_test`
# Installation

Loading…
Cancel
Save