kodlamaio-projects / nArchitecture.Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


.NetCore Core Packages

Report Bug Β· Request Feature

πŸ’» About The Project

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.

Built With

βš™οΈ Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • .NET 7

Installation

  1. 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

πŸš€ Usage

  1. Check this NArchitecture.RentACar repository

Analysis

  1. If not, Install dotnet tool dotnet tool restore.
  2. Run anaylsis command dotnet roslynator analyze

Format

  1. If not, Install dotnet tool dotnet tool restore.
  2. Run format command dotnet csharpier .

🚧 Roadmap

See the open issues for a list of proposed features (and known issues).

🀝 Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <feature>/<amazingFeature>')
  3. Commit your Changes (git commit -m '<semanticCommitType>(<scope>): <amazingFeature>') πŸ’‘ Check Semantic Commit Messages
  4. Push to the Branch (git push origin <feature>/<amazingFeature>)
  5. Open a Pull Request

βš–οΈ License

Distributed under the MIT License. See LICENSE for more information.

πŸ“§ Contact

Project Link: https://github.com/kodlamaio-projects/nArchitecture.Core

About

License:MIT License


Languages

Language:C# 100.0%