- Notifications
You must be signed in to change notification settings - Fork53
🐭 A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...
thangchung/magazine-website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is not maintained anymore!!!
Coming soon...
Clone the repo using Git:
git clone https://github.com/thangchung/magazine-website.git
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
docker build -f deploy/Dockerfile.MagazineService -t thangchung/magazine_service .
docker run -d -p 5000:5000 -t thangchung/magazine_service
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.
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.
© 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.