API that powers pinoycubers.org. Built with Django and <3.
All official competition results and data are owned by the WCA (World Cube Assocation) published at https://www.worldcubeassociation.org/results/.
-
Make a
.envfile from.env.example$ cp .env.example .env -
Build and run the containers.
$ docker-compose build $ docker-compose up -d
-
Run database migrations.
$ docker-compose run --rm pca-api migrate -
Import WCA database.
$ docker-compose run --rm pca-api syncwca -
Create a superuser.
$ docker-compose run --rm pca-api createsuperuser
This repository is maintained by Philippine Cubers Association