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
- Core
- Application
- Infrastructure
- WebApi
- ASP.NET CORE 3.1 for WebAPI
- Dapper for ORM
- SQLKata for query builder and paging
- Swagger for WebAPI documentation and testing
- Bogus and GenFu for mock data and rapid webapi prototype
- Clone the repo
- Open solution with Visual Studio 2019
- Create database and table using the db_script.sql (find in the solution root folder)
- Run the solution