Skip to content

Commit 4817f0e

Browse files
committed
reordering images
1 parent dcbbd03 commit 4817f0e

15 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<br />
99
<p align="center">
1010
<a href="#">
11-
<img src="Assert/OnionArchitecture_icon.png" alt="Logo" width="80" height="80">
11+
<img src="docs/img/OnionArchitecture_icon.png" alt="Logo" width="80" height="80">
1212
</a>
1313

1414
<h3 align="center">Onion Architecture</h3>
@@ -69,7 +69,7 @@ Domain in center and building layer top of it. You can call it as Domain-centric
6969

7070
WhiteApp or QuickApp API solution template which is built on Onion Architecture with all essential feature using .NET Core.
7171

72-
![image](Assert/OnionArchitecture.png)
72+
![image](docs/img/OnionArchitecture.png)
7373

7474

7575

@@ -79,23 +79,23 @@ WhiteApp or QuickApp API solution template which is built on Onion Architecture
7979

8080
<p> <a href="https://marketplace.visualstudio.com/items?itemName=AmitNaik.OnionArchitecture">Download from Marketplace</a></p>
8181

82-
![image](Assert/Step.png)
82+
![image](docs/img/Step.png)
8383

8484
### Step 2: Create Project
8585

8686
Select project type as API, and select Onion Architecture
8787

88-
![image](Assert/Step1.png)
88+
![image](docs/img/Step1.png)
8989

9090
### Step 3: Select Onion Architecture project template
9191

9292
Select project type as API, and select Onion Architecture
9393

94-
![image](Assert/Step2.png)
94+
![image](docs/img/Step2.png)
9595

9696
### Step 4: Project is ready
9797

98-
![image](Assert/Step3.png)
98+
![image](docs/img/Step3.png)
9999

100100
### Step 5: Configure connection string in appsettings.json
101101

@@ -107,7 +107,7 @@ Select project type as API, and select Onion Architecture
107107

108108
### Step 6: Create Database (Sample is for Microsoft SQL Server)
109109

110-
![image](Assert/Step4.png)
110+
![image](docs/img/Step4.png)
111111

112112
For Code First approach (To run this application, use Code First apporach)
113113

@@ -127,7 +127,7 @@ scaffold-dbcontext -provider Microsoft.EntityFrameworkCore.SqlServer -connection
127127

128128
Swagger UI
129129

130-
![image](Assert/Step5.png)
130+
![image](docs/img/Step5.png)
131131

132132
## Features available in this project
133133

Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)