• 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.