Skip to content

REST API which based on SpringBoot, Java 8, PostgreSQL, Hibernate, JUnit and H2 database. It allows you to create, update and received data about readers, books and borrows. README.md - for more.

Notifications You must be signed in to change notification settings

SirVertar/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library - REST api

Table of contents

Introduction

Library is a simple REST api that has the capabilities to:

  • Reader
    • create a Reader,
    • update a Reader,
    • delete a Reader,
    • get data about Readers.
  • Copy
    • make a Copy,
    • update a Copy,
    • delete a Copy,
    • get data about Copies.
  • Title
    • create an Title,
    • update an Title,
    • delete an Title,
    • get data about Titles,
  • Borrow
    • make a Borrow,
    • update a Borrow,
    • delete a Borrow,
    • get data about Borrows.

Api endpoints documentation

Technology

  • Java
  • JUnit
  • Gradle
  • Spring
  • SpringBoot
  • H2 database
  • MySQL database

About

REST API which based on SpringBoot, Java 8, PostgreSQL, Hibernate, JUnit and H2 database. It allows you to create, update and received data about readers, books and borrows. README.md - for more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published