The aim of this project is creating a web application to track the ongoing of a martial arts contest
run
docker-compose build && docker-compose up -d
run
docker-compose stop
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
- Add Tournament table(think about the design)
- Add tables digram
- Add category logic
- Add tests
- Create APP base using Starting point
- Create login page
- Create create players page
- Create main page