Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

TicTacToe repository for Software Architecture and Design Patterns exercises.

Repository Owner

  • Name: Mouna Cheikho
  • Student-ID (Matrikelnummer): 2276568
  • S-Number: s240392

Structure of this repository

  1. Code is placed in the root repository path.
  2. Requirements, user documentation, ADRs, etc. are in markdown files in the docs-directory

Build, Test, and Run

Run the tests:

mvn test

Run the application locally:

mvn clean package
java -jar target/tictactoe-1.0.0.jar

The application is then available at http://localhost:8080.

Build the Docker image for the amd64 deployment target:

docker build --platform linux/amd64 -t tictactoe-sdi-2276568:latest .

Run the Docker image:

docker run --rm -p 8080:8080 tictactoe-sdi-2276568:latest

Links to all documentation files

About

Browser-based Tic-Tac-Toe built with Java, Javalin, REST APIs, tests, and documented software architecture patterns.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages