Skip to content

Commit

Permalink
Task 66 : Devise README.md with adding screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Jul 21, 2024
1 parent f370849 commit 45e6b05
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Spring Boot Microservices with JWT Implementation

<p align="center">
<img src="screenshots/spring_boot_security_example_jwt_implementation.png" alt="Main Information" width="700" height="500">
<img src="screenshots/spring_boot_microservices_jwt_implementation_main.png" alt="Main Information" width="700" height="500">
</p>

### 📖 Information
Expand Down Expand Up @@ -248,7 +248,37 @@ $ mvn spring-boot:run
<details>
<summary>Click here to show the screenshots of project</summary>
<p> Figure 1 </p>
<img src ="screenshots/spring_1.PNG">
<img src ="screenshots/eureka_server_image.PNG">
<p> Figure 2 </p>
<img src ="screenshots/docker_image.PNG">
<p> Figure 3 </p>
<img src ="screenshots/0_register_admin.PNG">
<p> Figure 4 </p>
<img src ="screenshots/0_login_admin.PNG">
<p> Figure 5 </p>
<img src ="screenshots/0_refresh_token_admin.PNG">
<p> Figure 6 </p>
<img src ="screenshots/0_logout_admin.PNG">
<p> Figure 7 </p>
<img src ="screenshots/2_register_user.PNG">
<p> Figure 8 </p>
<img src ="screenshots/2_login_user.PNG">
<p> Figure 9 </p>
<img src ="screenshots/2_refresh_token_user.PNG">
<p> Figure 10 </p>
<img src ="screenshots/2_logout_user.PNG">
<p> Figure 11 </p>
<img src ="screenshots/3_create_product_by_user.PNG">
<p> Figure 12 </p>
<img src ="screenshots/1_get_product_by_admin.PNG">
<p> Figure 13 </p>
<img src ="screenshots/3_get_product_by_user.PNG">
<p> Figure 14 </p>
<img src ="screenshots/3_get_products_by_user.PNG">
<p> Figure 15 </p>
<img src ="screenshots/3_update_product_by_admin.PNG">
<p> Figure 16 </p>
<img src ="screenshots/3_delete_product_by_admin.PNG">
</details>


Expand Down
Binary file added screenshots/0_login_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/0_logout_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/0_refresh_token_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/0_register_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/1_get_product_by_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2_login_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2_logout_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2_refresh_token_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2_register_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3_create_product_by_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3_delete_product_by_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3_get_product_by_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3_get_products_by_user.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3_update_product_by_admin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/docker_image.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/eureka_server_image.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45e6b05

Please sign in to comment.