CleanArchitecture is a sample application built using ASP.NET Core and Entity Framework Core.
Use these instructions to get the project up and running.
You will need the following tools:
- Visual Studio Code or Visual Studio 2019 (version 16.3 or later)
- .NET Core SDK 3.1
- Couchbase Server 6.0.0 Community
- Seq 5.1
- MongoDB 4.2.1
Follow these steps to get your development environment set up:
-
Clone the repository
-
At the root directory, restore required packages by running:
dotnet restore
-
Next, build the solution by running:
dotnet build
-
Launch the app by running:
dotnet run
- Launch https://localhost:44336/api in your browser to view the API
- Serilog http://localhost:5341
- CouchBase http://127.0.0.1:8091/ui/
- MongoDb http://localhost:27017/serilogs/logs
- Hangfire https://localhost:44384/
- .NET Core 3.1
- ASP.NET Core 3.1
- Entity Framework Core 3.1
- CouchBase Server 6.0.0
- Seq 5.1
- MongoDB 4.2.1
- Hangfire 1.7.7
- Basic CRUD operations with CQRS + MediatR
- Authentication backed by JWT
- Caching with Couchbase
- Logging with Serilog
- Inserting AuditLogs to MongoDB
- Recursive method calls for couchbase cache with Hangfire
- Couchbase management
- Full API testing results will be provided once the application will have been completed
- Unit tests will be planned to do using FluentAssertions
- RabbitMQ as a message queue with Masstransit
- Building service, database and UI using Docker from scratch
- SPA = Angular ?? Vue ?? Svelte;