burakcihan61 / Net7-WebAPI-Entity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 7 - Web API

Entity Framework Core - Code First Approach

Swagger - API Documentation

CRUD Operations

Repository Pattern

Dependency Injection

SQL Server

Loggers

Unit Testing

Commit-lint Types and Messages

Examples:

git commit -m "feat: add navbar component"
git commit -m "docs(readme): add server link"
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
  • chore: Updating packages,build project etc. (no production code change)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature, when refactoring a production code, eg. renaming a variable.
  • revert: A commit revert message
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

License

About

License:MIT License


Languages

Language:C# 100.0%