Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhdeokar authored Sep 18, 2023
1 parent cd704bc commit 841da7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Overview

> This a backend part project of Blogging application using spring boot technologies such as spring data jpa, spring security and authenticates users via JWT tokens with MySQL DB.
> This a backend part project of Blogging application using spring boot technologies such as spring data jpa, spring security and authenticates users via JWT tokens with MySQL DB.<br>
> Frontend portion can be viewed here. <a href="https://github.com/kaustubhdeokar/angular-works/tree/main/angular-reddit">Angular-UI</a>
> Supports functionality for
>> User authentication & authorization via spring security using with JWT tokens.<br>
Expand All @@ -19,4 +20,4 @@
> Documentation can be found in the file <strong>documentation.md</strong>
> For running it locally, <strong> setup.md </strong> can be used to download the required additional applications.<br>
> After which, <strong> mvnw clean install</strong> will download required dependencies required for this project. (Make sure JAVA_HOME is set - will save a stack overflow visit :-)
> After which, <strong> mvnw clean install</strong> will download required dependencies required for this project. (Make sure JAVA_HOME is set - will save a stack overflow visit :-)

0 comments on commit 841da7d

Please sign in to comment.