Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 893 Bytes

File metadata and controls

37 lines (25 loc) · 893 Bytes

GoForm (Backend)

Youtube Demo of the Application

Getting Started

  • Install Maven

  • To install project packages with maven
    mvn clean install

Install Docker Desktop

Check that your docker desktop/daemon is running

Build the Images
docker compose build

Run the docker container
docker compose up

If you want to build and run the container at the same time
docker compose up --build

Default user credentials

  • For admin account Username : admin Password : 12345678

  • For approver account Username : approver Password : 87654321

Frontend Repository