Skip to content

Commit f7bf567

Browse files
committed
updated readme
1 parent f8b5320 commit f7bf567

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Clean Architecture with ASP.NET Core 3.1 WebApi
2-
### Coming Soon. Work under Progress.
2+
33
An Implementation of Clean Architecture with ASP.NET Core 3.1 WebApi. With this Open-Source BoilerPlate Template, you will get access to the world of Loosely-Coupled and Inverted-Dependency Architecture in ASP.NET Core 3.1 WebApi with a lot of best practices.
44

5+
### v1 Preview.
6+
Follow these steps to get started with this Boiler Plate Template.
7+
1. Clone this Repository and Extract it to a Folder.
8+
3. Change the Connection Strings for the Application and Identity in the WebApi/appsettings.json - (WebApi Project)
9+
2. Run the following commands on Powershell in the WebApi Projecct's Directory.
10+
- dotnet restore
11+
- dotnet ef database update -Context ApplicationDbContext
12+
- dotnet ef database update -Context IdentityContext
13+
- dotnet run (OR) Run the Solution using Visual Studio 2019
14+
515
Check out my [blog](https://www.codewithmukesh.com) or say [Hi on Twitter!](https://twitter.com/codewithmukesh)
616

717
## Purpose of this Project

0 commit comments

Comments
 (0)