service-pattern
There are 41 repositories under service-pattern topic.
kyawmyintthein/golangRestfulAPISample
Sample Restful app with chi router (golang)
bugdaryan/FoodStore
Shopping cart application with asp.net core and entity framework
timwassenburg/laravel-service-generator
Generate services in Laravel with the artisan command
tolgaOzen/go-gotham
Golang RESTful API Boilerplate.
rakhiazfa/laravel-sarp
Helps you in creating services and repository in laravel.
VianneyDoleans/BlogCore
Powerful .NET 8 Blog API. Create your own custom front-end or explore a complete blog API. Contains Swagger, OAuth2, Clean code, Resource based authorization, Advanced search (Specification pattern) and much more.
madalinpopa/py-patterns
A collection of Python design patterns implementations and examples, featuring repository, service, and unit-of-work patterns with SQLAlchemy ORM integration.
JCarri14/TripPlannerApp
A simple Flutter app to start planning your trips.
jareerzeenam/Laravel-Service-Pattern-and-DTOs
This repository showcases a Laravel project implementing the Service Pattern along with Data Transfer Objects (DTOs) for handling blog-related operations. The primary goal is to demonstrate a clean and maintainable architecture by separating concerns and promoting reusability.
mifthulyn07/dailybrief-api
Daily Brief is a daily employee attendance app designed to simplify the process of recording and managing employee attendance. With this app, employees can easily check in and check out, while managers can efficiently monitor attendance records.
imdhemy/repovel
Implement Repository pattern and add Services layer for Laravel applications.
Muhammad-Sarfaraz/AuraVue
AuraVue: A high-performance Vue.js & Vite boilerplate for rapidly building robust Vue.js applications.
amrudzr/articles-api
🔗 A Laravel project demonstrating the implementation of the Repository Pattern for data access. This local API provides endpoints for managing articles and is designed to be scalable and maintainable. The Repository Pattern helps to encapsulate data access logic and improve testability.
ctolon/fastapi-blog-app-async
Fast API Based Blog App Project with MVC Arch, Repository and Service Pattern
FlazeFy/GudangKu-Express
GudangKu helps you manage your belongings, from home supplies and food stock to furniture. Set reminders to remind you to cleaning or maybe time to restocking some of your home supplies. In this apps also have generate reports to create shopping or maintenance list. Start organizing your inventory with GudangKu’s features. Created using ExpressJS
mcoypaco/laravel-playground
Laravel with implementation of Repository and Service Pattern
neuro-machina/FService
Simple service pattern plugin for Flax Engine, inspired by MonoGame ServiceContainer.
eliasprates/crudDapperMicroOrm
CRUD (create, read, update and delete) with DAPPER Micro ORM
eliasprates/InventoryManagementAPI
A simple application with .Net and MongoDB
fatma2705/Autonoleggio-BE
Progetto Autonoleggio BE fatto con java17 e il framework Spring
haroon-mahmood-4276/laravel-service-pattern
A minimal package to implement Service Design Pattern in Laravel. It will also bind interface and service class in the AppServiceProvider.php.
JonasCastro/api-GoFinances
API NodeJS para armazenar transações financeiras de entrada e saída. A aplicação permite o cadastro e a listagem dessas transações.
joseangelcrn/artisan_service_repository_generator
You can automatically create files that follow the service-repository pattern by adding custom commands to Laravel, such as php artisan make:repository and php artisan make:service
LucasAuSilva/Projeto_Volvo
Api desenvolvida para o curso .NET da PUCPR em parceria com a Volvo, onde foram utilizados ASP.NET Core, Entity Framework e SQL Server
rezaakbar35/upload-file-mvc-repo-pattern
This project will focus on the use of Multer for file uploads, displaying them using serve static, and implementing the MVC-Repo-Service design pattern.
rezapfebriyan/laravel-service-repository-pattern
Implementation repository and service pattern in laravel
ryanroydev/Simple-Laravel-API-with-Service-and-Repository-Pattern
A simple Laravel API for managing an inventory system, demonstrating the Service and Repository Patterns for clean architecture. Includes unit tests for CRUD operations.
Samar-Haider/TPlexApiTestProject
Asp.Net 6 API having Employee to Department relation built on N-Tier architecture using service and repository pattern. Logs error to files using NLog. Also has an Xunit project that performs unit testing on the api endpoints
vandergraaf12/CatalogoPeliculasApp
Aplicación de catalogo de peliculas
vestusola/laravel-sr-pattern
Laravel API to create post using the Service and Repository pattern
Amir-16/bidding_api
google bidding Api
FlazeFy/MyAry-Go
MyAry is an app that lets you capture your daily stories, track emotions like sadness and tiredness, and reflect on your journey. It analyzes your emotional trends over time and offers personalized suggestions to help improve your well-being. Created using Golang Gin
MathEyraud/Java-Learn-JDBC
Dépôt pour apprendre et expérimenter avec JDBC, de la connexion directe aux bases de données MySQL et PostgreSQL à l'utilisation de repositories et services. Inclut des scripts de création de DB et conseils pour la gestion des connexions avec DriverManager et DataSource.