Giter Site home page Giter Site logo

julianpaulozzi / magazine-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thangchung/magazine-website

0.0 2.0 0.0 14.39 MB

A magazine website (using dotnetcore, aspnetcore, efcore) with DDD, CQRS, microservices, asynchronous programming applied...

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

C# 82.44% HTML 16.25% JavaScript 0.19% CSS 1.12%

magazine-website's Introduction

Magazine Website

Coming soon...

Getting Started

Download / Clone

Clone the repo using Git:

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

Database

docker pull postgres:9.6

docker run --name magazine_db -p 5432:5432 -e POSTGRES_DB=magazine_db -e POSTGRES_USER=magazine_dba -e POSTGRES_PASSWORD=Passw0rd -d postgres:9.6

Build on Development Environment

dotnet restore

dotnet build

dotnet run

Build each service on the Production Environment (docker)

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

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

Build the whole solution on the Production Environment (docker-compose)

docker-compose up -d or docker-compose up --build for re-build a package.

Run the sample project (docker)

dotnet restore src/Services/Sample/Cik.Services.Sample.SampleService

dotnet publish src/Services/Sample/Cik.Services.Sample.SampleService

docker build -f Dockerfile.SampleService -t thangchung/sample_service .

docker run -d -p 5001:5001 -t thangchung/sample_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

Watchers

 avatar  avatar

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.