gitploy
gitploy copied to clipboard
Move the business logic to the interactor.
The server's business logic is partially located in the server. But the role of the server directory is HTTP communication, so we should move all business logic from the server. In this issue, I'll move the deployment-side logic first.