Skip to content

levinadev/BookstoreAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore API

API for accessing product and category data in an online store's database

Features

  • Retrieve a list of all products and their respective categories
  • Filter products by category

API Usage

  • GET /products_and_categories
  • GET /products_and_categories?category_id=1

Installation and Launch

  1. Clone the repository:
git clone git@github.com:levina-anna/BookstoreAPI.git
cd BookstoreAPI
  1. Launch the application using Docker:
docker-compose up --build
  1. Open the application in your browser: http://localhost:8002/docs

Technologies Used

Python FastAPI SQLAlchemy

About

API for accessing product and category data in an online store's database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published