recopytex/README.md

20 lines
418 B
Markdown
Raw Permalink Normal View History

2022-12-20 05:00:50 +00:00
# Recopytex
2019-08-04 09:52:23 +00:00
2022-12-31 14:03:05 +00:00
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.
2022-12-20 05:00:50 +00:00
## Backend API
2019-08-04 09:52:23 +00:00
2022-12-31 14:03:05 +00:00
It uses **fastapi**, **sqlalchemy**.
### Installing
poetry install
### Fire up
uvicorn backend.api.main:app --reload
2022-12-20 05:00:50 +00:00
## Frontend