Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 577 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 577 Bytes

Run docker compose up
This run should end up in an error, as database has not been initiated
Enter either the user, product, or transaction service container with docker exec -it <Container_ID> /bin/bash
Run make createdb to create db
Run make migrate to migrate the tables
Exit the container and stop the container re-run docker compose up
Run docker compose up again
Please make sure that Port 5432 is available for PgSQL and port 8000, 8001, 8002, 8003, 8004 and 8005 are available