This project is currently based on CD-MOJ.
This repository contains all the tools needed to run, build, and test the Nimbus Judge API on AWS Lambda.
- Fork the Repository: Click on the 'Fork' button at the top right corner of this page.
- Clone Your Fork: Clone your forked repository to your local machine.
$ git clone --recursive https://github.com/NimbusJudgeOrganization/API_MicroJudge.git
- Create a Branch: Create a new branch for your feature or bugfix.
$ git checkout -b feature-or-bugfix-name
- Make Changes: Implement your changes and commit them with descriptive messages.
$ git commit -m "Description of the feature or fix" - Push Changes: Push your changes to your fork on GitHub.
$ git push origin feature-or-bugfix-name
- Create a Pull Request: Go to the original repository and create a pull request from your forked repository.
If you have any suggestions, please contact me at rrafaelcarvalhoj@gmail.com