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 build
to build the Docker images.make install
to build and install dependencies.make start
to to start the containers.make stop
to stop the containers.make remove
to remove the images.make exec
to shell into the main container.- From the container you can run
composer test
to run the tests or runmake test
to run them in an isolated container.