Skip to content

Commit 6bcb298

Browse files
committed
commit
1 parent 93fee72 commit 6bcb298

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
# spring-boot-qr-code-generator-reader-api
1+
# QR-code Generator and Reader
2+
3+
###Application used Java 15
4+
5+
###### Spring boot application exposing REST API endpoint to genrate QR-code representing custom message and another endpoint to read the decoded message, built using Java Spring boot and google's zxing library.
6+
7+
<center>
8+
<a target='_blank' href='https://spring-boot-qr-code-generator.herokuapp.com/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config'>Running Application</a>
9+
</center>
10+
11+
## Local Setup
12+
13+
* Install Java 15
14+
* Install Maven
15+
16+
Recommended way is to use [sdkman](https://sdkman.io/) for installing both maven and java
17+
18+
Run the below commands in the core
19+
20+
```
21+
mvn clean install
22+
```
23+
24+
```
25+
mvn spring-boot:run
26+
27+
```
28+
29+
server port is configured to 9090 which can be changed in application.properties file
30+
31+
Go to the below url to view swagger-ui (API docs)
32+
33+
```
34+
http://localhost:9090/swagger-ui.html
35+
```

0 commit comments

Comments
 (0)