{"id":25849564,"url":"https://github.com/hemanthnaika/e-book_project-","last_synced_at":"2026-04-13T12:01:28.096Z","repository":{"id":263939092,"uuid":"889748629","full_name":"hemanthnaika/e-Book_Project-","owner":"hemanthnaika","description":"Welcome to eBooks World, your trusted platform for exploring and downloading an extensive collection of books in various genres. Founded in 2023 by a group of literature enthusiasts and tech experts, eBooks World was created with one goal in mind — to make reading accessible and enjoyable for everyone, anywhere, at any time.","archived":false,"fork":false,"pushed_at":"2024-11-27T17:16:51.000Z","size":7615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T11:33:39.209Z","etag":null,"topics":["bootstrap","django-project","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hemanthnaika.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T05:53:19.000Z","updated_at":"2024-11-27T17:16:55.000Z","dependencies_parsed_at":"2024-11-21T05:34:28.745Z","dependency_job_id":null,"html_url":"https://github.com/hemanthnaika/e-Book_Project-","commit_stats":null,"previous_names":["hemanthnaika/e-book_project-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hemanthnaika/e-Book_Project-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanthnaika%2Fe-Book_Project-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanthnaika%2Fe-Book_Project-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanthnaika%2Fe-Book_Project-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanthnaika%2Fe-Book_Project-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemanthnaika","download_url":"https://codeload.github.com/hemanthnaika/e-Book_Project-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanthnaika%2Fe-Book_Project-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","django-project","sqlite3"],"created_at":"2025-03-01T11:28:56.411Z","updated_at":"2026-04-13T12:01:28.078Z","avatar_url":"https://github.com/hemanthnaika.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookstore Website (Django)\n\nThis is a fully functional bookstore website built using Django, featuring multiple sections such as books, authors, testimonials, contact information, and an admin interface to manage orders, financial, and statistical reports.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Pages](#pages)\n- [Technologies](#technologies)\n- [Setup](#setup)\n- [License](#license)\n\n## Demo\n\nYou can visit the live demo of the website here: [Demo Link](#)\n\n## Features\n\n### Admin Panel\n\n- Manage books, authors, testimonials, and customer inquiries.\n- Full CRUD functionality for all models.\n- Manage customer book orders, including order status and payment details.\n- Generate basic financial reports, such as total sales, revenue, and payment summaries.\n- Generate statistical reports on top-selling books, popular authors, and order trends.\n- Secure authentication for accessing the admin interface.\n\n### Home Page\n\n- Hero Section with a dynamic carousel.\n- Featured Books in a Grid/Card layout.\n- Book Categories in a Grid/Card layout.\n- Testimonials fetched from the database in a carousel format.\n- Dynamic Enquiry Form.\n- Footer with managed links.\n\n### Books Page\n\n- List of books displayed dynamically from the database.\n- Book details page including:\n  - Book cover, Title, Author, Description\n  - Price and Add to Cart button\n\n### Authors Page\n\n- List of authors dynamically fetched from the database.\n- Author details page including:\n  - Author name, bio, list of books by the author\n  - Social media links\n\n### About Page\n\n- Editable information about the bookstore and team members from the Admin panel.\n\n### Contact Page\n\n- Contact form for user inquiries stored in the database and manageable from Admin.\n- Store contact info like address, email, and phone number displayed dynamically.\n\n### Orders \u0026 Reports (Admin)\n\n- Manage customer orders, including tracking order status and payments.\n- Generate and view financial reports: total revenue, payment breakdowns, etc.\n- Statistical reports on top-selling books, popular authors, and more.\n\n## Pages\n\n### Home\n\nA welcoming landing page with:\n\n- Dynamic carousel featuring latest promotions or arrivals.\n- Featured Books and Categories displayed from the database.\n- Testimonials displayed in a carousel format.\n- Contact enquiry form for user interaction.\n\n### Books\n\n- A comprehensive list of books available, fetched from the database.\n- Book detail pages include cover image, title, author, description, price, and add to cart button.\n\n### Authors\n\n- Authors displayed in a grid format.\n- Author detail pages include bio, list of books, and social links.\n\n### About\n\n- Editable information about the bookstore, mission, and team members.\n\n### Contact\n\n- Dynamic contact form for submitting inquiries.\n- Contact details displayed from the Admin panel.\n\n## Technologies\n\n- Django (backend framework)\n- Django Admin for content and order management\n- SQLite or PostgreSQL (database)\n- HTML5, CSS3, Bootstrap (frontend)\n- JavaScript (for interactive components)\n- Gunicorn (for production)\n- Deployed on [Netlify/Heroku/AWS](#)\n\n## Setup\n\nTo get the project running locally:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/hemanthnaika/e-Book_Project-\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemanthnaika%2Fe-book_project-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemanthnaika%2Fe-book_project-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemanthnaika%2Fe-book_project-/lists"}