Skip to content

william-herring/ausstaterankings

Repository files navigation

Australian State/Territory Speedcubing Rankings

This is a site to keep track of Australian state and territory WCA rankings. Contributors are greatly appreciated. Please contact me if you are familiar with Flask and/or the WCA API.

Setup

  1. Clone this repository
  2. Install Flask
pip install Flask
  1. Navigate to project directory and install NPM dependencies
cd .../ausstaterankings
npm install
  1. Create Postgres database and configure .env
touch .env
SECRET_KEY=ERWArfC+T3A32qFYyilbmw==

# OAuth
CLIENT_ID=[Contact to request access]
CLIENT_SECRET=[Contact to request access]

DATABASE_URI=postgresql://[url]
  1. Start Tailwind
npm run tailwind
  1. Configure and run the app
flask --app app run --debug

About

Australian state/territory speedcubing rankings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published