SkillAgentSearch skills...

ProofOfConcept

Rapid Proof of Concept for ASP.NET Core Web API using Swashbuckle.AspNetCore and Bogus

Install / Use

/learn @workcontrolgit/ProofOfConcept
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This repo contains source code described in the medium.com article "Rapid Prototype of ASP.NET Core WebAPI with Swashbuckle and Bogus"

This project is based on Clean Architecture, Repository and Unit of Work patterns. The source code is organized in four projects

  1. Core
  2. Application
  3. Infrastructure
  4. WebApi

The tech stack includes the following

  1. ASP.NET CORE 3.1 for WebAPI
  2. Dapper for ORM
  3. SQLKata for query builder and paging
  4. Swagger for WebAPI documentation and testing
  5. Bogus and GenFu for mock data and rapid webapi prototype

Instructions to run the project

  1. Clone the repo
  2. Open solution with Visual Studio 2019
  3. Create database and table using the db_script.sql (find in the solution root folder)
  4. Run the solution

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks2

Languages

C#

Security Score

55/100

Audited on Aug 11, 2022

No findings