/CRMProject

Primary LanguageC#MIT LicenseMIT

CRM Project

Report Bug · Request Feature

💻 About The Project

About The Project

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/alikemaluysal/CRMProject.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\crmProject\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).

⚖️ License

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

📧 Contact

Project Link: https://github.com/alikemaluysal/CRMProject