Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.12 KB

cqrs-es-demo-sqlite

A demo application using the cqrs-es framework with a backing SQLite repository.

Build status

Requirements

  • rust 1.53 or greater
  • curl (or your favorite Restful client)

Installation

Clone this repository

git clone https://github.com/johnbcoces/cqrs-es-demo-sqlite

Start the application

cargo run

Call the API, the easiest way to do this is the test_api.sh curl script found in the curl directory. Note that the command calls are configured to return a 204 status with no content, only the query call will return a 200 OK response with a body. For feedback on state you should call a query.

Docs you might want