Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

TODO #1

Closed
18 of 19 tasks
circled-square opened this issue Feb 5, 2023 · 0 comments
Closed
18 of 19 tasks

TODO #1

circled-square opened this issue Feb 5, 2023 · 0 comments

Comments

@circled-square
Copy link

circled-square commented Feb 5, 2023

API:

  • registrazione: POST /api/user

  • deregistrazione: DELETE /api/user

  • login: POST /api/authenticate

  • crea ingr.: POST /api/ingredient

  • elimina ingr.: DELETE /api/ingredient

  • lista ingr.: GET /api/ingredient

  • crea piatto: POST /api/dish

    • accetta immagini in base64 per POST /api/dish
  • elimina piatto: DELETE /api/dish

  • lista piatti: GET /api/dish

  • crea menù: POST /api/menu

  • elimina menù: DELETE /api/menu

  • lista menù: GET /api/menu

  • crea categoria: POST /api/category

  • elimina categoria: DELETE /api/category

  • lista categoria: GET /api/category

  • pagina menù per utente finale: GET /api/menu/full

  • docs

  • finish testing #2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants