## GET - [x] Get all projects - [x] Tested happy path - [x] Get project by ID - [x] Tested happy path - [x] Tested sad path - [x] Get all palettes - [x] Tested happy path - [x] Tested sad path - [x] Get palette by ID - [x] Tested happy path - [x] Tested sad path ## POST - [x] Add new project - [x] Tested happy path - [x] Tested sad path - [x] Add new palette - [x] Tested happy path - [x] Tested sad path ## PUT - [x] Update project - [x] Tested happy path - [x] Tested sad path - [x] Update palette - [x] Tested happy path - [x] Tested sad path ## DELETE - [x] Delete project - [x] Tested happy path - [ ] Tested sad path - [x] Delete palette - [x] Tested happy path - [x] Tested sad path
GET
Get all projects
Get project by ID
Get all palettes
Get palette by ID
POST
PUT
DELETE