Algocompete is a website that hosts competitive programming tournaments. Everyone can create their own party from tasks in algocompete database or submit their own problems with test cases to the database or make them private.
Using pip
git clone github.com/pibuxd/algocompete
cd algocompete
python -m pip install -r ./requirements.txtFrontend installation and deployment
gunicorn wsgi:appTo run the whole API test suite
pytestTo run a specific test
pytest ./tests/{testname}