Skip to content
/ MA-Contest-System Public template

Web application to track the ongoing of a martial arts contest

Notifications You must be signed in to change notification settings

ilCat/MA-Contest-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Martial Arts contest system

The aim of this project is creating a web application to track the ongoing of a martial arts contest

To run project

run

    docker-compose build && docker-compose up -d

To down project

run

    docker-compose stop

To run migrations

to generate migration file run

docker-compose run backend alembic revision --autogenerate -m "custom-message"

to run migration

     docker-compose run backend alembic upgrade head

TODO:

API

  • Add Tournament table(think about the design)
  • Add tables digram
  • Add category logic
  • Add tests

APP

  • Create APP base using Starting point
  • Create login page
  • Create create players page
  • Create main page

About

Web application to track the ongoing of a martial arts contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published