Skip to content
#

service-layer

Here are 44 public repositories matching this topic...

A Java OOP program that simulates a vending machine. The user puts in some amount of money and selects an item from a menu. If they have enough money, the user is told the change per coin and the inventory is updated. The items are stored, read and written from a text file. The program uses an MVC design pattern with a service layer and has unit…

  • Updated Apr 5, 2021
  • Java

Aplicação backend feita em express com typescript, utilizando jwt para criação de rotas autenticadas via token, foi utilizado também typeorm com postgresql. Foi aplicado conceitos de arquitetura MVC com camada de serviço para abstrair a lógica de négocio do model. E também boas práticas de programação com SOLID Principles.

  • Updated Dec 23, 2020
  • TypeScript

Scriba counts on the good practices of Service Layer, Repository Pattern, Presenter Pattern and Data Transfer Object (DTO) Pattern, with the Laravel framework, in its version 10. The system is a forum, where users can create tickets, and interact with other users' tickets. Whenever your call is answered, you are notified by email.

  • Updated Aug 1, 2023
  • PHP

Improve this page

Add a description, image, and links to the service-layer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-layer topic, visit your repo's landing page and select "manage topics."

Learn more