Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 436 Bytes

microservice-x

A simple microservice using Framework X - async made easy.

It could be used as skeleton for microservices. Clone the repository and run the project!

Quickstart

  1. Clone this repository
  2. Run composer install
  3. Run built-in web server: php public/index.php
  4. Go to http://localhost:8080

Run tests

For running test suite, just run from root directory:

composer test