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 2e3564f

Browse files
Update README.md
1 parent 67d20d0 commit 2e3564f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

‎README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
# RandomBook
1+
Spring Boot REST API example
2+
=====
23

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+
This repository is an example application for the Spring Boot framework.
5+
The example is a standalone REST API server in Java.
46

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.
7+
This repository shows the following features:
8+
* Controllers
9+
* JDBC
610

7-
## Getting Started
811

9-
Clone the repo with git clone, as usual.
12+
Random Book
13+
----
1014

11-
## Running the tests
15+
Random Book wants to promote reading by proposing to read a random book of a given category.
16+
Each book can be rated and the readings made are tracked.
1217

13-
Test file: src/test/java/com.example.randombook/RandombookApplicationTests.java
1418

15-
It contains basic test operations.
16-
17-
## API Documentation
19+
API Documentation
20+
----
1821

1922
To view the API Documentation, run the code and navigate to http://localhost:8080/swagger-ui.html
2023

0 commit comments

Comments
(0)

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