All Projects → nakabonne → cleanarchitecture-sample

nakabonne / cleanarchitecture-sample

Licence: MIT license
Sample REST API demonstrating the clean architecture

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to cleanarchitecture-sample

MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-58.14%)
Mutual labels:  clean-architecture, cleanarchitecture
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (-25.58%)
Mutual labels:  clean-architecture, cleanarchitecture
FlutterCleanArchitecture
Clean Architecture for Flutter
Stars: ✭ 85 (+97.67%)
Mutual labels:  clean-architecture, cleanarchitecture
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+220.93%)
Mutual labels:  sample-app, clean-architecture
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+6702.33%)
Mutual labels:  clean-architecture, cleanarchitecture
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (+39.53%)
Mutual labels:  clean-architecture, cleanarchitecture
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-76.74%)
Mutual labels:  clean-architecture, cleanarchitecture
buchu
Use Cases - Uniform, auditable and secure use case library
Stars: ✭ 23 (-46.51%)
Mutual labels:  clean-architecture, cleanarchitecture
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+7118.6%)
Mutual labels:  clean-architecture, cleanarchitecture
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+523.26%)
Mutual labels:  clean-architecture, cleanarchitecture
browser-push
Complete workout and guidelines to add web push notifications support for your webapp without third-party notification provider
Stars: ✭ 67 (+55.81%)
Mutual labels:  sample-app
onion-architecture
My Java implementation example of onion architecture
Stars: ✭ 52 (+20.93%)
Mutual labels:  clean-architecture
go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
Stars: ✭ 186 (+332.56%)
Mutual labels:  clean-architecture
Android-MVVM-News-App
MVVM News Application with clean code architecture & android jetpack components.
Stars: ✭ 38 (-11.63%)
Mutual labels:  clean-architecture
OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupli…
Stars: ✭ 314 (+630.23%)
Mutual labels:  clean-architecture
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (+2.33%)
Mutual labels:  sample-app
Awesome-Android-Open-Source-Projects
👓 A curated list of awesome android projects by open-source contributors.
Stars: ✭ 401 (+832.56%)
Mutual labels:  clean-architecture
kotlet
Just another Kotlin sample Android application which uses MVP architecture, Dagger2, Retrofit + Okhttp, RxJava etc.. plus some docs I've collected
Stars: ✭ 27 (-37.21%)
Mutual labels:  sample-app
iiCnma
A playground android app, showcasing the latest technologies and architectures using the Movie Database APIs.
Stars: ✭ 42 (-2.33%)
Mutual labels:  clean-architecture
Muvi
Very simple project to show a collection of Movie from MovieDb with a minimalist design
Stars: ✭ 46 (+6.98%)
Mutual labels:  clean-architecture

cleanarchitecture-sample

Sample REST API demonstrating the clean architecture written in golang.

You can see below for more information on implementation pattern.

Getting Started

Installation

$ git clone https://github.com/nakabonne/cleanarchitecture-sample.git

Running with docker

Required: Docker more than 17.05

$ docker-compose up -d
$ curl http://localhost:8080/hc
hello
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].