Giter Site home page Giter Site 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.

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.