This repository contains the code for the 2025 Programming Competition.
It also has a submodule for the fuzzjudge software which will be used to run the competition.
To run the code you will need to have the following installed:
- Docker
- Docker Compose
- Clone the repository (
git clone [email protected]:ProgSoc/ProgComp2025.git
) - Run
docker-compose up
in the root directory of the repository - Open your browser and go to
http://localhost:1989/clients/fj-svelte
to access thefj-svelte
frontend andhttp://localhost:1989/clients/fj-admin-html
to access thefj-admin-html
frontend.
You can find the competition data in the competition
directory.
Instructions for writing questions can be found here.