HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

Backend: Endpoint to retrieve all categories - GET api/categories #95

Closed semih1239 closed 2 years ago

semih1239 commented 2 years ago

User story

Who: As a developer What: I want to be able to get all categories from database Why: so that we can use categories database in project

Acceptance criteria

The endpoint needs to return a result so we can use categories sorting component image image

Implementation details

README file for swagger : https://github.com/HackYourFuture-CPH/fp-class18/#-working-with-api-documentation---swagger

semih1239 commented 2 years ago

I closed this issue because the api/categories problem was solved earlier.