Skip to content

An attempt at some basic Domain Driven Design with Phoenix

Notifications You must be signed in to change notification settings

rpless/phoenix_ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixDdd

An example implementation of Domain Driven Design with Elixir/Phoenix Framework.

Running the App.

To start your Phoenix app:

  1. Make sure you have a running Postgres instance.
  2. Install dependencies with mix deps.get
  3. Create and migrate your database with mix ecto.create && mix ecto.migrate
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

About

An attempt at some basic Domain Driven Design with Phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published