The CodeGuru Xtreme competition submission and management website, written in python using Django.
For local run:
- A postgres DB
- Storage: Create a
datadirectory inside the repo's root, and addfilesandsubmissionsas subdirectories. - Health check:
- Add a
.alivefile todata/files
- Add a
For running on Azure (production):
- A postgres DB
- Storage: An accessible Azure Storage account with the
filesandsubmissionsblob containers. Authorization is handled with system-assigned identities.
This project is licensed under the MIT License.
The repository was initially created from idosharon/codeguru-website.