Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

bernardobelchior/ticket-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket System

Distributed Issue Ticket System built for Distribution and Integration Technologies course @ FEUP.

Running

First Run

  • docker-compose up --build -d database
  • docker-compose run database sh
  • sh /docker-entrypoint-initdb.d/init-db.sh
  • exit
  • docker-compose down

Following Runs

  • docker-compose up --build
  • Run it-gui and dept-gui