Engine [Development] V1.1.23 배포 내용
16 Oct 2024
- Enhancements
- Updated the entire logic of the project to be based on
FastAPI
.- The interface layer is maintained the same as before.
- Refactored the entire service logic including business logic as 3-tier design pattern.
- Applied ORM(only DML) through
sqlalchemy
.
- Updated the entire logic of the project to be based on