Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 624 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 624 Bytes

Raviolini Sample API

This sample API is built on top of Raviolini Framework. It's been configured to store domain objects on PostgreSQL, cache them on Redis, and log execution output in a dated file. Also, in order to setup this entire infrastructure effortlessly, this sample project also provides a Vagrantfile that, once executed, will rely on a Bootstrap file to provision all these nodes.

Domain

This sample API exposes a single domain object, named Dog. This object is defined by a simple set of three attributes, namely id, name and neutered.