This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/backend/script
Marc Cataford 0242b2d5ff
refactor: FastAPI -> Django migration (#41)
* build(backend): set up Django 4.2 scaffolding

* feat: porting files API

feat: file ownership basics

feat: gaps in test compatibility

* test: port files API tests

* fix(tests): test database port 5432>5431 to avoid conflict with application database

* feat(auth): LoginView, middleware to handle JWT bearer tokens

* refactor: clean up old FastAPI logic, temporary utils

* refactor: resolve LoginView linting

* feat: user creation + test coverage

* test: session creation coverage

* refactor: hoist secrets, replace placeholders

* chore: clear linting errors+warns
2023-11-26 21:34:09 -05:00
..
bootstrap build(deps): refactor dependency metadata to live in pyproject.toml (#40) 2023-11-16 00:36:58 -05:00
provision-db refactor: FastAPI -> Django migration (#41) 2023-11-26 21:34:09 -05:00
requirements-lock build(deps): refactor dependency metadata to live in pyproject.toml (#40) 2023-11-16 00:36:58 -05:00
test refactor: FastAPI -> Django migration (#41) 2023-11-26 21:34:09 -05:00