Skip to content

Files

Latest commit

83e7772 · May 7, 2024

History

History

server

Darim Server

Server CI

server transaction flow

  • main.rs - An entry point of the application. It runs a http server.
  • Routes - A presentation layer that makes API public and passes request/response data to other layers.
  • Services - A business layer that processes the transaction.
  • Models - A data layer that can access the database and define data structures.