Skip to content

My implementation of Building Conduit "eBook" using updated dependencies. e.g: Phoenix 1.4.6, Guardian: 1.2, comeonin 5.1...

Notifications You must be signed in to change notification settings

serradura/conduit-commanded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Create the eventstore mix do event_store.create, event_store.init
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.


To run the test suite:

  1. Setup (only once).
MIX_ENV=test mix do event_store.create, event_store.init
MIX_ENV=test mix ecto.create
  1. Run it:
mix test

Ready to run in production? Please check our deployment guides.

Learn more

About

My implementation of Building Conduit "eBook" using updated dependencies. e.g: Phoenix 1.4.6, Guardian: 1.2, comeonin 5.1...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages