3barney / survey

survey test project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

survey

Survey hackathon Project using spring and docker:

Setup

  1. 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;

About

survey test project


Languages

Language:Java 98.5%Language:Dockerfile 1.5%