A community for all the book worms It is a Python based webapp thats has the following features
Feature List:
- It comprises of a basic library app and user registration model that is readily available to be accessed via a library's local hosting server or can be hosted on any online hosting platform
- A collection of books to uploaded to the database by the admin or one can contribute an ebook to the database
- One mark the books he loved because it is wise not to rate an author's work.
- One gets suggestion based on the books he has loved based to genre classification.
- One gets books as book cards from where he can directly get to read or download the book.
- Scrapping the vast database is made easy by implementing Search By Name, ISBN or Genre
Problem it solves:
- Firstly, a community of readers.
- A fully fleged e-collection of Books
- Provides a Online Public library where people can contribute ebooks that is generally scattered on the internet or often is hard to find.
- Reads the nature of the reader and reader gets to know all the books that he can add up to his readlists(Suggestion Section).
- Local library can fullfil the registration form and lend out EBooks in the Public Domain.
- Entire Project is open-source and is a scalable Django Webapp where contributors can pull request and enhance the library features.
Setup
git clone https://github.com/xritzx/TM010_pVGJdL.git
cd TM010_pVGJdL
>pip install -r requirements.txt
>python manage.py makemigrations
>python manage.py migrate
>python manage.py runserver
>python manage.py createsuperuser
ONCE YOU ARE DONE WITH IT
HEAD TO http://127.0.0.1:8000/admin
AND ADD TO DATA BASE
OR MAY BE A SNEAK PEEK AT https://docs.google.com/presentation/d/1UflULd-yw_f3mzb0KvD7kDb8HfxD5KPm8eU1egHuA4E/edit?usp=sharing
Here is the Live App: http://wordfruit.icu/