- clone repo
- run "composer install"
- run "symfony server:start"
- run db migration if needed
- open http://127.0.0.1:8000
- RestAPI
- gRPC
- http
- null
GET http://127.0.0.1:8000/api/{type}
POST http://127.0.0.1:8000/api/
{ "type": "gRPC", "field1": "field1 value", "field2": "field2 value" }
PUT http://127.0.0.1:8000/api/{id}
{ "type": "http", "field1": "field1 value", "field2": "field2 value" }