Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 662 Bytes

requirements.md

File metadata and controls

31 lines (21 loc) · 662 Bytes

Functional Requirements

Users

  • Show user detail
  • Create a new user
  • Delete a user

Authentication

  • Create authentication
  • Create public and private resources

Spendings

  • Create a new spending
  • Delete a spending
  • Update a spending
  • Get a spending
  • List all spendings by user_id

Categories

  • Create a new Category
  • List all categories with your spendings
  • Show category with your spendings

Non Functional Requirements

  • Implement validation on body request
  • Implement refresh token