Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
https://github.com/EduardoPires/EquinoxProject
architecture asp-net-core asp-net-core-mvc asp-net-identity aspnet-core aspnetcore automapper clean-code cqrs ddd ef-core equinox event-sourcing eventstore fluentvalidation jwt mediatr onion-architecture swagger visual-studio
Last synced: 7 days ago
JSON representation
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
- Host: GitHub
- URL: https://github.com/EduardoPires/EquinoxProject
- Owner: EduardoPires
- License: mit
- Created: 2016-12-14T04:36:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T19:57:46.000Z (3 months ago)
- Last Synced: 2024-10-16T07:05:47.682Z (19 days ago)
- Topics: architecture, asp-net-core, asp-net-core-mvc, asp-net-identity, aspnet-core, aspnetcore, automapper, clean-code, cqrs, ddd, ef-core, equinox, event-sourcing, eventstore, fluentvalidation, jwt, mediatr, onion-architecture, swagger, visual-studio
- Language: C#
- Homepage: http://equinoxproject.azurewebsites.net/
- Size: 1.62 MB
- Stars: 6,400
- Watchers: 505
- Forks: 1,609
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-dotnet-core-applications - **EquinoxProject** - Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts (Sample & Reference Applications)
- awesome-made-by-brazilians - EquinoxProject
README
What is the Equinox Project?
=====================
The Equinox Project is a open-source project written in .NET CoreThe goal of this project is implement the most common used technologies and share with the technical community the best way to develop great applications with .NET
[![Build status](https://ci.appveyor.com/api/projects/status/rl2ja69994rt3ei6?svg=true)](https://ci.appveyor.com/project/EduardoPires/equinoxproject)
![.NET Core](https://github.com/EduardoPires/EquinoxProject/workflows/.NET%20Core/badge.svg)
[![License](https://img.shields.io/github/license/eduardopires/equinoxproject.svg)](LICENSE)
[![Issues open](https://img.shields.io/github/issues/eduardopires/equinoxproject.svg)](https://huboard.com/EduardoPires/EquinoxProject/)## Give a Star! :star:
If you liked the project or if Equinox helped you, please give a star ;)## Want to learn everything? :mortar_board:
Check my online courses at [desenvolvedor.io](https://desenvolvedor.io)## How to use:
- You will need the latest Visual Studio 2022 and the latest .NET Core SDK.
- ***Please check if you have installed the same runtime version (SDK) described in global.json***
- The latest SDK and tools can be downloaded from https://dot.net/core.Also you can run the Equinox Project in Visual Studio Code (Windows, Linux or MacOS).
To know more about how to setup your enviroment visit the [Microsoft .NET Download Guide](https://www.microsoft.com/net/download)
## Technologies implemented:
- ASP.NET 6.0
- ASP.NET MVC Core
- ASP.NET WebApi Core with JWT Bearer Authentication
- ASP.NET Identity Core
- Entity Framework Core 6.0
- .NET Core Native DI
- AutoMapper
- FluentValidator
- MediatR
- Swagger UI with JWT support
- .NET DevPack
- .NET DevPack.Identity## Architecture:
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Domain Driven Design (Layers and Domain Model Pattern)
- Domain Events
- Domain Notification
- Domain Validations
- CQRS (Imediate Consistency)
- Event Sourcing
- Unit of Work
- Repository## News
**v1.8 - 03/22/2022**
- Migrated for .NET 6.0
- All dependencies is up to date**v1.7 - 04/06/2021**
- Migrated for .NET 5.0
- All dependencies is up to date**v1.6 - 06/09/2020**
- Full Refactoring (consistency, events, validation, identity)
- Added [NetDevPack](https://github.com/NetDevPack) and saving a hundreds of code lines
- All dependencies is up to date**v1.5 - 01/22/2020**
- Migrated for .NET Core 3.1.1
- All dependencies is up to date
- Added JWT (Bearer) authentication for WebAPI
- Added JWT support in Swagger**v1.4 - 02/14/2019**
- Migrated for .NET Core 2.2.1
- All dependencies is up to date
- Improvements for last version of MediatR (Notifications and Request)**v1.3 - 05/22/2018**
- Migrated for .NET Core 2.1.2
- All dependencies is up to date
- Improvements in Automapper Setup
- Improvements for last version of MediatR (Notifications and Request)
- Code improvements in general**v1.2 - 08/15/2017**
- Migrated for .NET Core 2.0 and ASP.NET Core 2.0
- Adaptations for the new Identity Authentication Model**v1.1 - 08/09/2017**
- Adding WebAPI service exposing the application features
- Adding Swagger UI for better viewing and testing
- Adding MediatR for Memory Bus Messaging## Disclaimer:
- **NOT** intended to be a definitive solution
- Beware to use in production way
- Maybe you don't need a lot of implementations that is included, try avoid the **over engineering**## Pull-Requests
Make a contact! Don't submit PRs for extra features, all the new features are planned## Why Equinox?
The Equinox is an astronomical event in which the plane of Earth's equator passes through the center of the Sun, which occurs twice each year, around 20 March and 23 September. [Wikipedia](https://en.wikipedia.org/wiki/Equinox)Equinox is also a series of publications (subtitle: "The Review of Scientific Illuminism") in book form that serves as the official organ of the A∴A∴, a magical order founded by Aleister Crowley :) [Wikipedia](https://en.wikipedia.org/wiki/The_Equinox)
## We are Online:
See the project running on Azure## About:
The Equinox Project was developed by [Eduardo Pires](http://eduardopires.net.br) under the [MIT license](LICENSE).