Skip to content

sogilis/poc-api-go-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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
}