This is an API for reading products from a movie store, implemented in Node.js with Express. The API allows you to consult all the products or a specific product, as well as validating access using Basic Authentication. The product images are hosted on Amazon S3, ensuring efficient and secure file management.
- Clone this repository:
git clone https://github.com/joaonetogit/api-movie-store.git
- Install the dependencies:
pnpm install
To start the server, run the following command:
pnpm start
Returns the authorization token for the next requests
Returns all the products in the store.
Returns a specific product with the given title.
Returns products from a specific category