Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

thangchung/magazine-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not maintained anymore!!!

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 youcd 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 thethe 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp