Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 578 Bytes

REST-Api example with Laminas Mezzio

This is a small example project to show how to implement an REST-Api with Laminas Mezzio.

Run application

Start docker containers with docker-compose

$ docker-compose up -d

Services and Ports

Rest-Api

Adminer

Adminer

  • Port: 3306
  • Database: bookstore_db
  • User: bookdev
  • Password: bookdev

Documentation

Postman

In /postman you will find a Postman Collection/Environment with all available endpoints