This template is based on clean architecture principles, ideal for starting monolithic applications with the ability to transition to a microservices architecture as the project scales.
It features well-defined project references and a modular design for easy maintenance and scalability.
To start using this template, you can either click on Use this template
on top right
or follow these steps:
-
Execute the following command:
git clone https://github.com/Bisi0n/Clean-Architecture-Template.git
-
Change to the directory of the cloned repository:
cd Clean-Architecture-Template
-
Restore the project dependencies:
dotnet restore
-
Build the solution to verify everything is set up correctly:
dotnet build
Feel free to modify as you see fit!