Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 366 Bytes

BooksApi

API for University Books

To create a new book entry make a POST request to /books with the following JSON format:

{
  "title": "some data",
  "author": "some data",
  "isbn": "some data",
  "price": "some data",
  "seller_name": "some data",
  "seller_phone": "some data",
  "seller_email": "some data",
  "other_information": "some data"
}