Skip to content

gumikola/book_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The task is to write an API that allows you to search for books and view reviews about them. Share the task using a generally available version control system (e.g. https://github.com/).

Back-end

On the backend side, we have Django 3 exposing an API in REST or GraphQl format, but something simple, without the use of external libraries.

We load the data into the database [by command manager] from csv files (sample files attached). One with a list of books, the other with a list of opinions.

Assumptions:

  • The book has one author.
  • A book can have many opinions.
  • We search for books by titles.
  • The opinion has a rating and description.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages