API for accessing product and category data in an online store's database
- Retrieve a list of all products and their respective categories
- Filter products by category
- GET /products_and_categories
- GET /products_and_categories?category_id=1
- Clone the repository:
git clone git@github.com:levina-anna/BookstoreAPI.git
cd BookstoreAPI- Launch the application using Docker:
docker-compose up --build
- Open the application in your browser: http://localhost:8002/docs