Skip to content

Books Info & Recommendation System in Flask SQLi Python With Admin Panel

Notifications You must be signed in to change notification settings

renewcoder/cleverbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLEVER BOOKS (ONLINE BOOK PORTAL)

Book Info & Recommendation System in Flask SQLi Python With Admin Panel

getty_655998316_2000149920009280219_363765

In this project you can setup your online book portal for users where users can add books or give reviews to the given books.

Users can edit their Information in profile option. Users can also search books online on search page, after searching books it will show some recommend books under the book information. Recommendation is done by the search results like if users search using author name it will check if others books is published by the author, publishers, years of publication or any other part of the book after that it will display the recommencations of books based on the search results.

Admin Panel

Admin can remove, ban, edit, delete users details or users from portal. Admin can download pdf, excel or print users details. Admin can also add books through the panel by filling up the books details. Admin can check the reviews or hide the review if its inappropriate.

FRONT-END

HTML, BOOTSTRAP, JQUERY, JAVASCRIPT, CSS

BACK-END

SQLITE3 : SQLite is a relational database management system contained in a C library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program. SQLite generally follows PostgreSQL syntax.

SERVER SIDE PROGRAMMING LANGUAGE

PYTHON : Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.

WEB APP FRAMEWORK FLASK : Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Screenshots of Project 1

                                    Sign-In Page

2

Sign-Up Page

3

Search Page

4

User Profile Page

5 Admin Panel Dashboard

6 Manage Books Page

7

Manage Users Page

Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.