Skip to content

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

Notifications You must be signed in to change notification settings

workcontrolgit/ProofOfConcept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published