Skip to content

Commit

Permalink
📝 Add README documentation file
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Apr 23, 2022
1 parent 043e441 commit c4cb643
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
1 change: 1 addition & 0 deletions EasyWeb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03E45719-B996-4BAF-8B9B-88C13B5BA67D}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{ADD08784-4683-401A-B2E0-86D3C190E4AD}"
Expand Down
51 changes: 50 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
# EasyWeb
<p align="center">
<img src="https://user-images.githubusercontent.com/47147484/164946446-4d7ff237-ad30-40e5-9a13-d3099ac1bd2a.png" style="max-width:100%;" height="140" />
</p>

| Source | Badges |
| :------- | :------------------------- |
| `Code Quality` | ![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/furkandeveloper/EasyProfiler) [![codebeat badge](https://codebeat.co/badges/00769841-488a-4d4b-87e9-9f169a0f8557)](https://codebeat.co/projects/github-com-furkandeveloper-easyprofiler-develop) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/fed60a53180f486f8d520c773126d967)](https://www.codacy.com/gh/furkandeveloper/EasyProfiler/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=furkandeveloper/EasyProfiler&amp;utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/7da8a3efef94f523f2c1/maintainability)](https://codeclimate.com/github/furkandeveloper/EasyProfiler/maintainability) [![CodeFactor](https://www.codefactor.io/repository/github/furkandeveloper/easyprofiler/badge)](https://www.codefactor.io/repository/github/furkandeveloper/easyprofiler) |
| `Stats For PostgreSQL` | ![Nuget](https://img.shields.io/nuget/dt/EasyProfiler.PostgreSQL?label=PostgreSQL%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyProfiler.PostgreSQL?label=PostgreSQL) |
| `Stats For SQL Server` | ![Nuget](https://img.shields.io/nuget/dt/EasyProfiler.SQLServer?label=SQLServer%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyProfiler.SQLServer?label=SQLServer) |
| `Stats For Maria & MySQL` | ![Nuget](https://img.shields.io/nuget/dt/EasyProfiler.MariaDb?label=MariaDb%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyProfiler.MariaDb?label=MariaDb) |
| `Stats For Mongo` | ![Nuget](https://img.shields.io/nuget/dt/EasyProfiler.Mongo?label=MongoDb%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyProfiler.Mongo?label=MongoDb) |
| `Stats For AspNetCore` | ![Nuget](https://img.shields.io/nuget/dt/EasyProfiler.AspNetCore?label=AspNetCore%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyProfiler.AspNetCore?label=AspNetCore) |
| `License` | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
| `CI` | ![.NET Core](https://github.com/furkandeveloper/EasyProfiler/workflows/.NET%20Core/badge.svg?branch=develop) |
| `Github Activity` | ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/furkandeveloper/EasyProfiler) ![GitHub contributors](https://img.shields.io/github/contributors/furkandeveloper/EasyProfiler) ![GitHub last commit](https://img.shields.io/github/last-commit/furkandeveloper/EasyProfiler) ![GitHub search hit counter](https://img.shields.io/github/search/furkandeveloper/EasyProfiler/EasyProfiler) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/furkandeveloper/EasyProfiler) ![GitHub repo size](https://img.shields.io/github/repo-size/furkandeveloper/EasyProfiler)|
| `Languages` | ![GitHub top language](https://img.shields.io/github/languages/top/furkandeveloper/EasyProfiler) |
| `Issue Tracking` | ![GitHub issues](https://img.shields.io/github/issues/furkandeveloper/EasyProfiler) ![GitHub closed issues](https://img.shields.io/github/issues-closed/furkandeveloper/EasyProfiler) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/furkandeveloper/EasyProfiler) ![GitHub pull requests](https://img.shields.io/github/issues-pr/furkandeveloper/EasyProfiler) |
| `Source Code` | [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/furkandeveloper/EasyProfiler) |

<p align="center">
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>
</p>

***

## Give a Star 🌟
If you liked the project or if **EasyProfiler** helped you, please give a star.

***

### Purpose
**Easy Web** It combines models common to every web application into a single solution.

**These models**
- Api Schema
- Model Validation
- Web Api Standard
- Swagger Configuration
and more.
***

### Documentation
Visit [Wiki](https://github.com/furkandeveloper/EasyProfiler/wiki) page for documentation.

***

### Demo
Visit [Live Demo](https://easy-profiler.herokuapp.com/) for sample project.

0 comments on commit c4cb643

Please sign in to comment.