- We used docker-compose file.
- To run docker command
docker-compose up
. docker-compose up
was executed in the CLI to create a network of containers.- Container is used for Database management adminer.
- PostgresSQL was connected using docker.
- We created a test script first and pushed it into the adminer to see if it is working, that was successful.
- We have created all four tables and name it: basket, branch, products and transactions.
- We have verified the tables that were created.