Go to file
Bertrand Benjamin b8eef461f8 Feat: add a README 2022-12-31 15:03:05 +01:00
backend Feat: post and put redirect to get method 2022-12-31 14:55:24 +01:00
tests Feat: post and put redirect to get method 2022-12-31 14:55:24 +01:00
.gitignore Feat: add sqlite.db in gitignore 2022-12-31 06:39:27 +01:00
.pre-commit-config.yaml Feat(core): add pre-commit 2022-12-20 06:05:51 +01:00
README.md Feat: add a README 2022-12-31 15:03:05 +01:00
poetry.lock Dev: add pytest-cov in dev dependencies 2022-12-30 06:48:01 +01:00
pyproject.toml Dev: add pytest-cov in dev dependencies 2022-12-30 06:48:01 +01:00

README.md

Recopytex

One more rewrite of Opytex. This time, it more a learning project than a operational project.

I am following the book Architecture Patterns with Python by Harry J.W. Percival and Bob Gregory. Then the project will follow TTD method using DDD.

Backend API

It uses fastapi, sqlalchemy.

Installing

poetry install

Fire up

uvicorn backend.api.main:app --reload

Frontend