Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.9 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.9 KB

Word Fruit

Alt Text A community for all the book worms It is a Python based webapp thats has the following features

Feature List:

  1. 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
  2. A collection of books to uploaded to the database by the admin or one can contribute an ebook to the database
  3. One mark the books he loved because it is wise not to rate an author's work.
  4. One gets suggestion based on the books he has loved based to genre classification.
  5. One gets books as book cards from where he can directly get to read or download the book.
  6. Scrapping the vast database is made easy by implementing Search By Name, ISBN or Genre

Problem it solves:

  1. Firstly, a community of readers.
  2. A fully fleged e-collection of Books
  3. Provides a Online Public library where people can contribute ebooks that is generally scattered on the internet or often is hard to find.
  4. Reads the nature of the reader and reader gets to know all the books that he can add up to his readlists(Suggestion Section).
  5. Local library can fullfil the registration form and lend out EBooks in the Public Domain.
  6. 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/