Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9d02d57

Browse files
Update README.md
1 parent df81009 commit 9d02d57

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,33 @@ This repository shows the following features:
99
* JDBC
1010

1111

12+
1213
Random Book
1314
----
1415

1516
Random Book wants to promote reading by proposing to read a random book of a given category.
1617
Readings made by users are tracked, and each book can be rated.
1718

1819

20+
21+
Starting the example
22+
----
23+
24+
The example requires Java 17 and PostgreSQL 14.
25+
26+
Create a PostgreSQL database, using the database name, username, and password contained in `application.properties`.
27+
28+
Run the application in an IDE using its main class or using Gradle:
29+
30+
```
31+
./gradlew bootRun
32+
```
33+
34+
Interact with the application on http://localhost:8080.
35+
36+
37+
38+
1939
API Documentation
2040
----
2141

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /