All Projects → thangchung → Magazine Website

thangchung / Magazine Website

🐭 A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Magazine Website

Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+167.1%)
Mutual labels:  microservices, microsoft, dotnet-core
Blogifier
Blogifier is an open-source publishing platform built with .NET Core 5.0 and the latest technologies.
Stars: ✭ 794 (+412.26%)
Mutual labels:  microsoft, dotnet-core
Micronetes
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
Stars: ✭ 785 (+406.45%)
Mutual labels:  microservices, dotnet-core
Modernarchitectureshop
The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
Stars: ✭ 154 (-0.65%)
Mutual labels:  microservices, dotnet-core
Netcoremicroservicessample
Sample using micro services in .NET Core 3.1 Focusing on clean code
Stars: ✭ 403 (+160%)
Mutual labels:  microservices, dotnet-core
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+3811.61%)
Mutual labels:  microsoft, dotnet-core
Magazine Website Akka
The experiment on the akkadotnet
Stars: ✭ 21 (-86.45%)
Mutual labels:  microservices, microsoft
Nxplorerjs Microservice Starter
Node JS , Typescript , Express based reactive microservice starter project for REST and GraphQL APIs
Stars: ✭ 193 (+24.52%)
Mutual labels:  microservices, reactive-extensions
Blazor Blogs
Simple blogging application written in Microsoft Server Side Blazor
Stars: ✭ 95 (-38.71%)
Mutual labels:  microsoft, dotnet-core
Grpcjsontranscoder
A filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Stars: ✭ 97 (-37.42%)
Mutual labels:  microservices, dotnet-core
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (-29.68%)
Mutual labels:  microservices, dotnet-core
Corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
Stars: ✭ 17,924 (+11463.87%)
Mutual labels:  microsoft, dotnet-core
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (+1127.74%)
Mutual labels:  microservices, dotnet-core
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+294.84%)
Mutual labels:  microservices, dotnet-core
Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
Stars: ✭ 290 (+87.1%)
Mutual labels:  microservices, reactive-extensions
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+458.06%)
Mutual labels:  microservices, dotnet-core
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+2.58%)
Mutual labels:  microservices, dotnet-core
Viennanet
Framework for quickly creating enterprise microservices on .NET Core https://habr.com/ru/company/raiffeisenbank/blog/516540/
Stars: ✭ 170 (+9.68%)
Mutual labels:  microservices, dotnet-core
Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+741.29%)
Mutual labels:  microservices, dotnet-core
Spark
.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
Stars: ✭ 1,721 (+1010.32%)
Mutual labels:  microsoft, dotnet-core

This project is not maintained anymore!!!

Magazine Website

Coming soon...

Getting Started

Download / Clone

Clone the repo using Git:

git clone https://github.com/thangchung/magazine-website.git

Boot up the whole system

The development environment on Windows (not on Linux or MacOS)

Make sure you installed .NET Core, Powershell and Docker Toolbox for Windows to make it work

Make sure you cd into the magazine-website root folder to run all commands below

docker-machine create --driver virtualbox default

FOR /f "tokens=*" %i IN ('docker-machine env default') DO %i

powershell -f deploy/build-all.ps1

docker-compose -f deploy/docker-compose.yml up -d

docker-compose logs

Run each service

docker build -f deploy/Dockerfile.MagazineService -t thangchung/magazine_service .

docker run -d -p 5000:5000 -t thangchung/magazine_service

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, MazWebApp is maintained under the the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

Want to contribute?

If you found a bug, have any questions or want to contribute. Follow our guidelines, and help improve the MazWebApp. For more information visit our wiki.

License

© ThangChung, 2016. Licensed under an MIT license.

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].