You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
1
# Clean Architecture with ASP.NET Core 3.1 WebApi
2
-
### Coming Soon. Work under Progress.
2
+
3
3
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.
4
4
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
+
5
15
Check out my [blog](https://www.codewithmukesh.com) or say [Hi on Twitter!](https://twitter.com/codewithmukesh)
0 commit comments