You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# RandomBook
2
2
3
-
This is a REST API built using Spring Boot and JDBC. I created this project to learn some features of Spring Boot.
3
+
This is a simple coding exercise which implements a REST API built using Spring Boot and JDBC. I created this project to learn some features of Spring Boot.
4
4
5
5
The purpose of the web app will be to promote reading by proposing to read a random book of a given category. Each book can be rated and the readings made are tracked.
6
6
@@ -23,4 +23,4 @@ To view the API Documentation, run the code and navigate to http://localhost:808
0 commit comments