A simple REST API with Event Sourced persistence that stores Books and their stock levels.
Built with eventsauce.io.
- Install Docker
- Clone this GitHub Repository
- Use these commands to get started
make buildto build the Docker images.make installto build and install dependencies.make startto to start the containers.make stopto stop the containers.make removeto remove the images.make execto shell into the main container.- From the container you can run
composer testto run the tests or runmake testto run them in an isolated container.