Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 988 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 988 Bytes

Bahrain Kicker Rating WebApp

A web-application that calculates ratings and records the results of official matches

Check it out!

Kicker project deployed to Render

A convenient and easy panel for viewing the overall rating and adding match results, designed to increase interest and create a tournament format for matches.

Use admin account to add results:

  • Login: admin
  • Pass: admin

Installing / Getting started

Python 3 Must be installed

git clone https://github.com/ORENYT/bh-kicker-rating-webapp
cd bh-kicker-rating-webapp
python3 -m venv venv
source venv/bin/activate #Linux
.\venv\Scripts\Activate.ps1 #Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver #Run Django Project

Features

  • Register and login, manage your profile data
  • Add match results, if you are an admin
  • Check your results in global region table

Demo

Website Interface