Skip to content

Project I made following the blog's article "Using CQRS in a simple Phoenix API with Commanded" by Christian Alexander

Notifications You must be signed in to change notification settings

marcojulian/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoBackend

To start your Phoenix server:

  • Install the dependencies with mix deps.get
  • Start the container by running docker-compose up
  • Run the migration with mix ecto.migrate
  • Initialize the db and eventstore tables running mix event_store.init and mix event_store.create
  • Start Phoenix endpoint with mix phx.server

About

Project I made following the blog's article "Using CQRS in a simple Phoenix API with Commanded" by Christian Alexander

Topics

Resources

Stars

Watchers

Forks

Languages