https://github.com/adilmohak/django-book-sharing
Rate/review, social like and share books, news and events, bookshelf management, and so much more using django web framework
https://github.com/adilmohak/django-book-sharing
book book-management bookshelf bootstrap django django-project events news python rate review social-like social-share
Last synced: 10 months ago
JSON representation
Rate/review, social like and share books, news and events, bookshelf management, and so much more using django web framework
- Host: GitHub
- URL: https://github.com/adilmohak/django-book-sharing
- Owner: adilmohak
- License: mit
- Created: 2021-03-25T19:52:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T08:14:52.000Z (about 3 years ago)
- Last Synced: 2025-03-18T09:51:37.968Z (about 1 year ago)
- Topics: book, book-management, bookshelf, bootstrap, django, django-project, events, news, python, rate, review, social-like, social-share
- Language: HTML
- Homepage:
- Size: 849 KB
- Stars: 30
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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

# 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