Feat: add a README
This commit is contained in:
parent
a953631d19
commit
b8eef461f8
14
README.md
14
README.md
@ -1,5 +1,19 @@
|
|||||||
# Recopytex
|
# 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
|
## Backend API
|
||||||
|
|
||||||
|
It uses **fastapi**, **sqlalchemy**.
|
||||||
|
|
||||||
|
### Installing
|
||||||
|
|
||||||
|
poetry install
|
||||||
|
|
||||||
|
### Fire up
|
||||||
|
|
||||||
|
uvicorn backend.api.main:app --reload
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user