Coding Education Platform
that supports Teachers
and Students
Code FREAK is an Online Programming Environment and automatic Evaluation and Feedback System made for universities and higher education. The modular evaluation system based on Docker helps you checking your students' code for functional correctness and possible issues.
Try Code FREAK now Visit our GitHub RepositoryMain Features
Tutorials for Users
Installation
The recommended way to install Code FREAK is by using our distributed Docker image. You can find the full installation instructions for local testing and production deployments in our documentation.
Install DocumentationTry Out
We do not provide a public demo yet but, you can use the following Docker command to test Code FREAK locally on your machine:
docker run -it --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 8080:8080 \
cfreak/codefreak
The UI is accessible in your browser at
http://localhost:8080
.