This project uses Ice and Fire API to get books. It also provides CRUD operations for books.
git clone https://github.com/saadyousafarbi/got.git
virtualenv -p python3 ice-and-fire
source ice-and-fire/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py test
python manage.py runserver
Endpoint | URL |
---|---|
External books | http://127.0.0.1:8080/api/external-books |
Books | http://127.0.0.1:8080/api/v1/books |