All Projects → Go Clean Architecture → Similar Projects or Alternatives

2894 Open source projects that are alternatives of or similar to Go Clean Architecture

eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+6103.01%)
Mutual labels:  clean-code, clean-architecture
go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
Stars: ✭ 186 (+39.85%)
Mutual labels:  clean-code, clean-architecture
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-89.47%)
Mutual labels:  clean-code, clean-architecture
clean-code-javascript-ko
🛁 Clean Code concepts adapted for JavaScript - 한글 번역판 🇰🇷
Stars: ✭ 1,767 (+1228.57%)
Mutual labels:  clean-code, clean-architecture
Variety
A schema analyzer for MongoDB
Stars: ✭ 1,592 (+1096.99%)
Mutual labels:  mongo, mongodb
fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
Stars: ✭ 58 (-56.39%)
Mutual labels:  clean-code, clean-architecture
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+113.53%)
Mutual labels:  architecture, clean-architecture
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (-41.35%)
Mutual labels:  clean-code, clean-architecture
Ios Architectures
Sample app for iOS architectures
Stars: ✭ 90 (-32.33%)
Mutual labels:  architecture, clean-architecture
Clean Arch Pokemon
Clean Architecture de um modo divertido e prático integrando uma API com uma API de Pokémon.
Stars: ✭ 103 (-22.56%)
Mutual labels:  clean-architecture, clean-code
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (-19.55%)
Mutual labels:  mongo, mongodb
Wekan Mongodb
Docker: Wekan <=> MongoDB
Stars: ✭ 130 (-2.26%)
Mutual labels:  mongodb, docker-compose
Python-CleanArchitecture-Example
This project is a sample Python(Flask) web application adapting Clean Architecture.
Stars: ✭ 69 (-48.12%)
Mutual labels:  architecture, clean-architecture
RSS-Reader
Simple project with clean architecture
Stars: ✭ 31 (-76.69%)
Mutual labels:  clean-code, clean-architecture
Clean-Architecture-in-Golang
A Clean Architecture in Golang
Stars: ✭ 22 (-83.46%)
Mutual labels:  clean-code, clean-architecture
phpstats
CLI Statistics and dependency graphs for PHP
Stars: ✭ 61 (-54.14%)
Mutual labels:  clean-code, clean-architecture
golang-starter
Golang code boilerplate inspired by clean architecture
Stars: ✭ 49 (-63.16%)
Mutual labels:  architecture, clean-architecture
Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
Stars: ✭ 243 (+82.71%)
Mutual labels:  clean-architecture, clean-code
birthtalk
Meet who have birth common with you
Stars: ✭ 36 (-72.93%)
Mutual labels:  clean-code, clean-architecture
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (+113.53%)
Mutual labels:  mongo, mongodb
Reminders
An iOS application written in Swift to demonstrate how to implement a Clean Architecture in iOS
Stars: ✭ 293 (+120.3%)
Mutual labels:  clean-architecture, clean-code
Clean Go
Clean Architecture Example in Go
Stars: ✭ 274 (+106.02%)
Mutual labels:  mongodb, clean-architecture
Go Realworld Clean
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
Stars: ✭ 301 (+126.32%)
Mutual labels:  clean-architecture, clean-code
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+126.32%)
Mutual labels:  mongodb, jwt
Guns
Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
Stars: ✭ 3,327 (+2401.5%)
Mutual labels:  rest-api, jwt
Bgp Dashboard
BGP Dashboard and Monitoring Web Application
Stars: ✭ 268 (+101.5%)
Mutual labels:  mongodb, docker-compose
Serverless Photo Recognition
A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
Stars: ✭ 345 (+159.4%)
Mutual labels:  jwt, architecture
Lungo
A MongoDB compatible embeddable database and toolkit for Go.
Stars: ✭ 343 (+157.89%)
Mutual labels:  mongo, mongodb
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+173.68%)
Mutual labels:  mongodb, docker-compose
Mongoengine
MongoEngine is a Python Object-Document Mapper for working with MongoDB. Documentation is available at https://mongoengine-odm.readthedocs.io - there is currently a tutorial, a user guide, and an API reference.
Stars: ✭ 3,632 (+2630.83%)
Mutual labels:  mongo, mongodb
Westore
更好的小程序项目架构
Stars: ✭ 3,897 (+2830.08%)
Mutual labels:  mongo, mongodb
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+181.95%)
Mutual labels:  mongodb, jwt
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+63.91%)
Mutual labels:  rest-api, mongodb
Buji Pac4j
pac4j security library for Shiro: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 444 (+233.83%)
Mutual labels:  mongodb, jwt
Go Cleanarch
Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
Stars: ✭ 434 (+226.32%)
Mutual labels:  architecture, clean-architecture
Madclones
A collection of frameworks that I love with a strong focus on clean code, testing, software architecture/design and devops.
Stars: ✭ 480 (+260.9%)
Mutual labels:  mongodb, docker-compose
Go Clean Arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
Stars: ✭ 5,128 (+3755.64%)
Mutual labels:  architecture, clean-architecture
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (+269.17%)
Mutual labels:  rest-api, jwt
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+264.66%)
Mutual labels:  architecture, clean-architecture
Android Showcase
💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...
Stars: ✭ 5,214 (+3820.3%)
Mutual labels:  architecture, clean-architecture
Cp Ddd Framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 566 (+325.56%)
Mutual labels:  clean-architecture, clean-code
Egg Restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
Stars: ✭ 524 (+293.98%)
Mutual labels:  mongodb, jwt
Angular Cms
An flexiable, extendable, modular, single CMS app based on Angular, Express, MongoDB
Stars: ✭ 109 (-18.05%)
Mutual labels:  mongodb, architecture
User.api
集成网关、身份认证、Token授权、微服务、.netcore等的基于CQRS的微服务开发框架示例
Stars: ✭ 109 (-18.05%)
Mutual labels:  mongodb, docker-compose
Spring Webmvc Pac4j
Security library for Spring Web MVC: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 110 (-17.29%)
Mutual labels:  mongodb, jwt
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (+395.49%)
Mutual labels:  rest-api, mongodb
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+390.98%)
Mutual labels:  rest-api, docker-compose
Clean React
Sistema em ReactJs usando Hooks, Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 408 (+206.77%)
Mutual labels:  clean-architecture, clean-code
Koa Typeorm Starter
Starter project for using koa with TS and TypeORM
Stars: ✭ 23 (-82.71%)
Mutual labels:  rest-api, jwt
Mondocks
An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs
Stars: ✭ 20 (-84.96%)
Mutual labels:  mongo, mongodb
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-93.23%)
Mutual labels:  rest-api, mongodb
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+569.17%)
Mutual labels:  rest-api, mongodb
Todo
✅ Commad-Line Task management with storage on your GitHub 🔥
Stars: ✭ 111 (-16.54%)
Mutual labels:  clean-architecture, clean-code
Elepy
Elepy, The Headless Content Management Framework
Stars: ✭ 109 (-18.05%)
Mutual labels:  rest-api, mongodb
Framework
[NOT MAINTAINED] A full-featured PHP framework powering the server side of Webiny Platform. Can also be used as standalone library.
Stars: ✭ 110 (-17.29%)
Mutual labels:  rest-api, mongodb
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-15.79%)
Mutual labels:  mongodb, jwt
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (-14.29%)
Mutual labels:  architecture, clean-code
Rxviper
Android micro framework for developing apps based on clean VIPER architecture.
Stars: ✭ 112 (-15.79%)
Mutual labels:  architecture, clean-architecture
Intro Mongo Db
[Course] Introduction to MongoDB code
Stars: ✭ 114 (-14.29%)
Mutual labels:  mongo, mongodb
Mern Skeleton
A MERN stack skeleton web application [Full-Stack React Projects]
Stars: ✭ 114 (-14.29%)
Mutual labels:  mongodb, jwt
121-180 of 2894 similar projects