In this video, we extend the solution of the Day 2 challenge of 10days challenge series by Navin at Telusko youtube channel.
In this video, we use docker to run postgres database inside a container. We convert the previous project (see link below) to a maven project and add postgresql driver to communicate with the database using Java. We use database to store and retrieve products.
Telusko youtube channel - / @telusko
Previous project / Day 2 challenge solution - • Day 2 - Product Service Console Applicatio...
Github repository - https://github.com/java-rush/java10da...
Docker - https://www.docker.com/products/docke...
Postgres image for docker - https://hub.docker.com/_/postgres
pgAdmin - https://www.pgadmin.org/
PostgreSQL JDBC Driver - https://mvnrepository.com/artifact/or...