Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

1. Example

Application to showcase the cqrs_tools library for Elixir.

1.1. Launch the app

mix deps.get
iex -S mix phx.server

Launch GraphiQL with this link.

this application uses :ets for data persistence so any data you enter will be discarded when you stop the app