Just for portfolio, fun & experiments. It can be considered a server side of the project Cubicon, the API of which may differ from the original.
> python manage.py migrate
> python manage.py runserver
or
> make init
> make run
- https://cubicon.herokuapp.com/
- http://nekit1234.pythonanywhere.com/events/ (old version)
- https://cubicon-backend.sshagy.repl.co
- Improve navigation links
- Create Makefile (stub yet)
- Add autogenerate OpenAPI 3 (v2 yet)
- Add poetry -> uv
- Add heroku artefacts???
- Add social web auth (Oauth2)
- Create Dockerfile + compose.yaml
- Add CICD on Circle + some tests
- GitHub Actions
- Add linters (isort, mypy, flake, black, ruff)
- Move to new python >=3.13 , tox