Use docker to install the container services.
cp .env.dist .env
docker-compose up -d
This command will install an instance of Nginx and Redis services.
You can get the postman collection using the button:
There are only one endpoints in the collection:
/shout
To request quotes shouted
To use you need to ask for quotes of some person:
/shout/steve-jobs?limit=2
To request two quotes from Steve Jobs
/shout/albert-einstein?limit=1
To ask for one quote from Albert Einstein
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.