Skip to content

Tournament app for Code Defenders made by student team of POLIMI and FER students

License

Notifications You must be signed in to change notification settings

POLIMI-FER-codebenders/tournament_app

Repository files navigation

CodeDefenders Tournament Application

Tournament Application for CodeDefenders. Developed by a team of POLIMI and FER students for the Distributed Software Development course and the SCORE competition

Deployment with Docker

Our application can be easily deployed and run using Docker!

How to deploy

Follow these steps:

  • clone this repository and move to its root
  • run docker compose up -d
  • register an active CodeDefenders server following these instructions

You can now access and use the tournament application for CodeDefenders at http://localhost:80/.

Custom deployment

You can change database credentials, admin credentials and default port for web and application servers by editing the .env file.

WARNING: At the moment web and application server ports can only be changed if you are building frontend and backend images yourself. They can't be changed if you are using images downloaded from our Dockerhub repository.

In the .env file you can also set the duration of each phase of the game. Have a look at this document for a complete list of properties of the application server.

About

Tournament app for Code Defenders made by student team of POLIMI and FER students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published