Git Product home page Git Product logo

thangchung / magazine-website Goto Github PK

View Code? Open in Web Editor NEW
175.0 22.0 52.0 15.25 MB

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

Home Page: https://github.com/thangchung/magazine-website

C# 79.49% HTML 12.69% JavaScript 2.12% CSS 0.96% PowerShell 1.24% Elm 3.50%
dotnet-core microservices reactive-extensions docker csharp microsoft

magazine-website's Introduction

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.

magazine-website's People

Contributors

thangchung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magazine-website's Issues

Understanding the flow

Dear Thang Chung,

Your application design is very good from a Microservice perspective ( dotnet core version). I am little confused on how and where the gateway is used. My understanding is Gateway is the one that will be exposed to your app/website and all microservices will be communicated using the gateway.

Please correct me if I am wrong.

One more question, if Magazine service wants to communicate with the sample service, how can this be achieved.

I am kind of new this concept of Microservices, so trying to understand.

Please help me understand, so that it can be helpful to someone who is willing to learn from your code base.

Thanks & Regards,
Raju

Development environment

Hi Thang,

What is the development OS to run docker in this project? Are you using Docker for Windows, Docker Toolbox for Windows or Docker for Linux? The project is built and run at http://localhost:5000/ping

Thank you.
Khoa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.