POC technos WiiSmile

Main goal

  • Golang: use Gin
  • PHP: use API Platform

Make a REST CRUD for Golang and PHP:

  • Create
  • Read
  • Update
  • Delete
  • List

Make the POC with a TDD approach.

Example

Catalog object:

{
  id: "f3cb07df-f799-4c8e-86e0-0095645fe9cc", // uuid/string
  supplier_name: "Leclerc" // string
  enabled: true // boolean
  created_at: "2020-..." // datetime
  created_by: "WiiSmile" // string
}