Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 965 Bytes

Django Book Sharing

A Django/python project that allows users to share, discuss, rate, like books and so on.

Current features

  • User management (login, logout, signup, profile page)
  • News and Events
  • Add Books
  • Social share and like button
  • Rate/Review
  • Write and edit reviews
  • Booklist (shelf) management
  • Book recommendation depending on users bookshelf
  • Multi model search engine. You can search Books, Users, and News and Events in a single search input

Screenshot (137)

Installation

First Clone the repo with

  • git clone https://github.com/adilmohak/django_book_sharing.git

Run the following commands

  • pip install -r requirements.txt
  • python manage.py runserver

Finally go to this address http://127.0.0.1:8000

Feel free to contribute 👨‍💻👨‍💻

Useful? Give that star ⭐️ a click! 😊

Thanks