Skip to content

drveles/s21_tribe_tournaments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School 21 tribe tournaments

Site to displaying School 21 tribe tournaments in real time.

Описание на русском здесь

Stack: Python, SQL, Docker
Libs and frameworks: Django, DjangoORM, asyncio, aiohttp

Architecture

nginx

  1. / - home page (now pass)
  2. /tournaments/ - all traffic directed to this application

django_app - /tournaments/

Main MTV web application.

  • Creates pages to users requests
  • Creates models fo SQL DB using Django ORM
  • Uses data from the DB to generate pages

updater

Must get actual information from School API and update DB

database

Main and single database for all data

MVP

  • Must display KZN campus tribe tournament.
  • Must work fast and look okay.
  • Must display current tournament in live time.

TO DO here: DEV canban

About

Site to realtime displaying School 21 tribe tournaments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published