It's an open source project, written in .NET Core, currently in version 3.1.
The project's goals is to show that is possible to create an architecture more simple than others and using some concepts like DDD (Design Driven Design).
- Clone this project to into your machine
- Use the default connection string or:
2.1. Install and configure MySql, if you want.
2.2. Inform the connection string on Aroura.Infra.Data/Context/MySqlContext.cs, if necessary
- Put the server name on [SERVER] tag
- Put the port number on [PORT] tag
- Put the user name database on [USER] tag
- Put the password database on [PASSWORD] tag
- Finally, build and run the application
- Open your Package Manager Console
- Change the default project to Aurora.Infra.Data
- Run command "Add-Migration [NAME OF YOUR MIGRATION]"
- Run command "Update-Database"
For more information about this project, sse this article.
- ASP.NET Core 3.1 (com .NET Core 3.1)
- Entity Framework Core 2.0.2
- FluentValidation 7.5.2
- Swagger UI 5.5.0
- MySql Database Connection
- .NET Core Native DI
- Layer architecture
- Domain Driven Design
- Clean Code
- Dependency Inversion Principle (S O L I D)
- Interface Segregation Principle (S O L I D)
v1.1 --- 2020-06-24
- Updated the project name
- Updated the project's SDK to .NET Core 3.1 version
- Added the Swagger framework to document the API
- Corrections to end-points
- Published in Azure
v1.0 --- 2018-06-09
- Create the project in .NET Core 2.0 version
- Structured the project on layer architecture
- Used the Service layer to business rules
- Used the FluentValidation library
- Configured the connection to MySql database
- Used EntityFramework
The name Aurora came from the natural event called Aurora Borealis. It is a scientific event described by the interaction between the earth's magnetic layer and energized particles from the solar wind.
A curiosity about such an event is that what we see in photographs is not always the same image that is seen live.
For more information, look this link.
See the project in Azure.
The Aurora project was developed by Alex Alves.