From b8eef461f8ca92cbe48a9ee310fa1a4ecc76c169 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 31 Dec 2022 15:03:05 +0100 Subject: [PATCH] Feat: add a README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3a1d39b..9496eae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # 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