Skip to content

Commit 488a658

Browse files
Update assets link
1 parent 8df692d commit 488a658

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
44

5-
<p align="center">
6-
<img alt="Go Backend Clean Architecture" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-backend-clean-architecture.png" />
7-
</p>
5+
![Go Backend Clean Architecture](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/assets/go-backend-clean-architecture.png?raw=true)
86

97
> You can use this project as a template to build your Backend project in the Go language on top of this project.
108
@@ -16,9 +14,7 @@ A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authenti
1614
- Repository
1715
- Domain
1816

19-
<p align="center">
20-
<img alt="Go Backend Clean Architecture Diagram" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-backend-arch-diagram.png" />
21-
</p>
17+
![Go Backend Clean Architecture Diagram](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/assets/go-backend-arch-diagram.png?raw=true)
2218

2319
Hi, I am [**Amit Shekhar**](https://amitshekhar.me), I have mentored many developers, and their efforts landed them high-paying tech jobs, helped many tech companies in solving their unique problems, and created many open-source libraries being used by top companies. I am passionate about sharing knowledge through open-source, blogs, and videos.
2420

@@ -42,17 +38,13 @@ You can connect with me on:
4238

4339
### Public API Request Flow without JWT Authentication Middleware
4440

45-
<p align="center">
46-
<img alt="Public API Request Flow" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-arch-public-api-request-flow.png" />
47-
</p>
41+
![Public API Request Flow](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/assets/go-arch-public-api-request-flow.png?raw=true)
4842

4943
### Private API Request Flow with JWT Authentication Middleware
5044

5145
> JWT Authentication Middleware for Access Token Validation.
5246
53-
<p align="center">
54-
<img alt="Private API Request Flow" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-arch-private-api-request-flow.png" />
55-
</p>
47+
![Private API Request Flow](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/assets/go-arch-private-api-request-flow.png?raw=true)
5648

5749
### How to run this project?
5850

@@ -171,7 +163,7 @@ Whenever you make changes in the interfaces of these use-cases, repositories, or
171163
### API documentation of Go Backend Clean Architecture
172164

173165
<a href="https://documenter.getpostman.com/view/391588/2s8Z75S9xy" target="_blank">
174-
<img alt="View API Doc Button" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/button-view-api-docs.png" width="200" height="60"/>
166+
<img alt="View API Doc Button" src="https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/assets/button-view-api-docs.png?raw=true" width="200" height="60"/>
175167
</a>
176168

177169
### Example API Request and Response

0 commit comments

Comments
 (0)