1. verify docker postgres container is up and running
2. connect to the postgres (running on docker) via the pgadmin tool
3. enter the connection details -
       port - 5433
       username - postgres
       password - password
       host - localhost

4. once connected create a new database named - fakedatabase
        a. replace the INIT_DB value with db name

note - table creation will be automatically done by the application on startup
