REST API for random number generation and retrieveing results by ID.
Clone this repository and install dependencies:
composer installStart local server:
php -S localhost:5555 -t public Generate random number:
curl -v localhost:5555/generateOR
curl -v -X POST localhost:5555/generateRetrieve result by ID:
curl -v localhost:5555/retrieve/<ID>API responses in JSON.
You can also open localhost:5555 in browser and use GUI.
