Skip to content

IliaAvdeev/E-Library-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Library-Backend

E-Library Backend Part

Postman API Collection

JSON Link

Endpoints:

  • Authors/Cycles/Genres:
    • Get all
    • Get one by ID
    • Get a page of
    • Post a new one
    • Update an existing one
    • Delete one by ID
    • Delete multiple
  • Books:
    • Get all
    • Get one by ID
    • Get a page
    • Get all books written by one author
    • Get all books of a certain genre
    • Get all books included in a certain cycle
    • Post a new one
    • Update an existing one
    • Delete one by ID
    • Delete multiple
  • Users:
    • Register a new user
    • Sign in into an existing account

Application Architecture

E-Library

About

E-Library Backend Part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors