Skip to content

mayankag32/Online-Book-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Book-Recommendation-System

A Web app for book store, with recommendation system which gives the user suggestions based on the previous purchases.

Features Added

  1. User Signup and Login.
  2. User personalized recommended book list.
  3. User can purchase or review any books.
  4. DBA to manage the bookstore.

Techonologies Used

  1. Web App is written using HTML and designed using CSS.
  2. PHP is used as backend Language.
  3. MySQL is used to create databases.
  4. REST Api is created for recommendation system using FLASK framework.