Skip to content

ricardococati/api-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Book

Summary

This project aims to include and consult books on database.

Business rules:

  • Include books on database.
  • List books by id.
  • List all books.
  • Read books from another page.

Technology

Prerequisites for local execution:

Have Java installed on the local machine;

Have maven installed, starting with version 3.3;

Steps for project execution

On the root folder of the project run the command:

mvn clean install

After performing the application build run the application with the following command:

mvn spring-boot:run

Execution port

Execution port default 8666

URL Swagger

Connection URL:

Test data

{
  "ISBN": 12345678,
  "id": "234KJHGFSDKJG",
  "description": "test desc",
  "language": "pt_BR",
  "title": "tests"
}