Skip to content

An online bookstore application using Python for the backend and JavaScript for the frontend. The application should allow users to browse and search for books

Notifications You must be signed in to change notification settings

udaychugh/Books_Catelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Books_Catelog

An online bookstore application using Python for the backend and JavaScript for the frontend. The application should allow users to browse and search for books

Product Information

  1. A comprehensive catalog of books, including details such as title, author, description, cover image, price, and customer ratings.
  2. A search functionality allowing customers to search books by title, author, or category.
  3. Advanced filtering options to refine search results by genre and price range.

Tech Stack Used

Backend:

  1. Flask Framework of python
  2. JSON Database
  3. Restful API

Frontend:

  1. React.js framework of JS

How to use

  • Clone or download the repo in your system

For Backend

  • open backend folder
  • create a virtual environment in your system
  • activate virtual environment
  • install flask using pip install flask
  • now run on your terminal flask run

For Frontend

  • open frontend folder
  • install react libraries in your system using npm
  • now run on your terminal npm start

Note:- Both backend and frontend are required to run in background.

Screenshots of Application

  1. Normal Screen

Screenshot


2. Search with Book Name

Screenshot


3. Search with Author Name

Screenshot


4. Search with Category

Screenshot


5. Search with Filter

Screenshot


6. Database using in Flask

Screenshot


About

An online bookstore application using Python for the backend and JavaScript for the frontend. The application should allow users to browse and search for books

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published