Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 689 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 689 Bytes

Question Bank

A simple web based project manages categorised questions and approval processes.

Powered By

  • Jakarta EE
  • EclipseLink
  • Jakarta faces
  • Primefaces
  • PostgreSQL
  • Docker
  • Gradle

How to deploy

mkdir -p /tmp/qb/logs/server
mkdir .pgdata
docker compose --env-file docker/default.env up --build 

How to access application

Copy the following link to access the application: http://localhost:8080

Sample User

There is a list of users are already available in the database. Use list can be accessed by the admin users only.

Admin user: [email protected]

Common password for all users is pass123