survey Survey hackathon Project using spring and docker: Setup Uses local postgres installation, setup and create required tables CREATE DATABASE survey; CREATE USER demo WITH PASSWORD 'demo123'; GRANT ALL PRIVILEGES ON DATABASE survey TO demo;