A project has been created that includes Advanced Repository, Dynamic Querying, JWT, OTP, Google & Microsoft Auth, Role Based Management, Distributed Caching(Redis), Logging (Serilog), Elastic Search, and much more. By contributing, you can support the project and learn new things.
To get a local copy up and running follow these simple steps.
- .NET 7
- Add submodule to your backend project repository
git submodule add https://github.com/kodlamaio-projects/nArchitecture.Core.git src/corePackages
- Run the following command to update this module
git submodule update --remote src/corePackages
- Check this nArchitecture.RentACar repository
- If not, Install dotnet tool
dotnet tool restore
. - Run anaylsis command
dotnet roslynator analyze
- If not, Install dotnet tool
dotnet tool restore
. - Run format command
dotnet csharpier .
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b <feature>/<amazingFeature>'
) - Commit your Changes (
git commit -m '<semanticCommitType>(<scope>): <amazingFeature>'
) ๐ก Check Semantic Commit Messages - Push to the Branch (
git push origin <feature>/<amazingFeature>
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/kodlamaio-projects/nArchitecture.Core