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 upin the root directory of the repository - Open your browser and go to
http://localhost:1989/clients/fj-svelteto access thefj-sveltefrontend andhttp://localhost:1989/clients/fj-admin-htmlto access thefj-admin-htmlfrontend.
You can find the competition data in the competition directory.
Instructions for writing questions can be found here.