Live version: https://books-library-app.herokuapp.com/
Website preseting books profiles of users (currently reading, read and planning to read books). Using Goodreads API. On website implemented Reading Challenge for every user. Created with Django framework.\
- Python version: 3.7
To run app locally:
cd src
python manage.py runserver
For home page of app:
http://127.0.0.1:8000/
Created by Adam Misiak