CodeMaster allows you to post programming problems directly on the platform, with the possibility to compose solutions using various programming languages (e.g., Java, Kotlin, Scala).
The idea is to create an interactive, educational, and collaborative environment aimed at improving programming and problem-solving skills.
Make sure you have the following prerequisites installed on your system:
Once the requirements are met, you can start the project with the following command:
./gradlew dockerCompose
- Alex Testa
- Riccardo Rambaldi
We welcome contributions from the community!
To contribute:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature/il-tuo-feature
- Make your changes and commit them:
git commit -m "Aggiunta nuova funzionalità"
- Push your changes:
git push origin feature/il-tuo-feature
- Open a pull request describing your changes.
💡Contributions and suggestions are always welcome!