Symfony 5.1 RestApi Skeleton

Installation

  1. Download source code.
  2. Run docker build -t restapi .
  3. Run docker run --rm -p 8080:8000 restapi
  4. Open page http://localhost:8080/api/doc in your browser