GithubHelp home page GithubHelp logo

jadhielv / acgss Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.71 MB

Sample Web App implementation with .NET Core and DDD using Clean Architecture.

License: MIT License

C# 69.77% HTML 27.35% CSS 2.43% JavaScript 0.45%
azure clean-architecture ddd-architecture dotnetcore fluentvalidation git github mssql nunit solid-principles sendgrid-mail twilio

acgss's Introduction

ACGSS

Sample Web App implementation with .NET Core and DDD using Clean Architecture.

Solution Design

The solution design focuses on a basic Domain Driven Design techniques and implementation, while keeping the things as simple as possible but can be extended as needed. Multiple assemblies are used for separation of concerns to keep logic isolated from the other components. .NET 7 C# is the default framework and language for this application.

Assembly Layers

  • ACGSS.Domain - This assembly contains common, entities and interfaces.
  • ACGSS.Application - This assembly contains all services implementations.
  • ACGSS.Infrastructure - This assembly contains the infrastructure of data persistence.
  • ACGSS.Web - This assembly is the web app host.
  • ACGSS.Tests - This assembly contains unit test classes based on the NUnit testing framework.

Validation

Data validation using FluentValidation

How to run application:

  1. Create empty Database, name: ACGSS
  2. Set Connection String (in appsettings.json or by user secrets mechanism)
  3. Execute migrations.
  4. Set Authentication | Twilio - SendGrid (in appsettings.json)
  5. Run .. .

¡Give a Star!

If you like this project, learn something or you are using it in your applications, please give it a star. Thanks! .. .

License

This project is open source and available under the -> MIT License

acgss's People

Contributors

dependabot[bot] avatar jadhielv avatar shamirvaldez avatar

Stargazers

 avatar  avatar

Watchers

 avatar

acgss's Issues

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.