This repository was archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Backend
Bartek edited this page Mar 27, 2023
·
4 revisions
- min length: 3
- max length: 50
- valid chars: a-Z 0-9 (-_@.)
- check if username is unique
- min length: 5
- max length: 100
- valid chars: a-Z 0-9 (-_.) (only one @) (min one .)
- check if email is unique
- min length: 8
- max length: 100
- password == rpassword
- password strong level: special chars, small big letters, numbers, length
- hash password (SHA-512)
- name
- description
- creator uid
- group of users
- list of expenses
- uniqe id
- creator
- name
- description
- cost
- type