NArchitecture.RentACarProject Save

Example Domain Project

Project README


nArchitecture RentACar Project

Report Bug ยท Request Feature

๐Ÿ’ป About The Project

As Kodlama.io, we decided to share examples of completed projects. Inspired by Clean Architecture, nArchitecture is a monolith project. In this project, which is a rental car simulation, we have completed the project with advanced techniques. A project has been created that includes Clean Architecture, CQRS, 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. Clone the repo
    git clone --recurse-submodules https://github.com/kodlamaio-projects/nArchitecture.RentACarProject.git
    
  2. Configure appsettings.json in WebAPI.
  3. Run Update-Database command with Package Manager Console in WebAPI to create tables in sql server.
  • Run the following command to update submodules
     git submodule update --remote
    

๐Ÿš€ Usage

  1. Run example WebAPI project dotnet run --project src\rentACar\WebAPI

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

Open Source Agenda is not affiliated with "NArchitecture.RentACarProject" Project. README Source: kodlamaio-projects/nArchitecture.RentACarProject

Open Source Agenda Badge

Open Source Agenda Rating