This is made with django as a framework... This repo contains addition of books and author data to database and also getting back the data of books and author... I have used graphene to retrieve the data and to store the data to database.
then type the following commands---
python manage.py makemigrations
python manage.py migrate
python manage.py runserver