The Bookstore is a web application designed to fetch, display, and filter book inventory data
- Product and Category Data: The application fetches and displays products and categories from the API
- Category Filtering: Filters book data by category ID
- Clone the repository:
git clone git@github.com:levina-anna/Bookstore.git
cd Bookstore- Launch the application using Docker:
docker-compose up --build
- Open the application in your browser: http://localhost:8001
