8000 GitHub - Artur-Sulej/deumbrellization: Example application used for talk on Code BEAM EU '23
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Artur-Sulej/deumbrellization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deumbrellization

Example application used for the talk: "Deumbrellization – cheap microservices"

How to run?

in apps/todo_web/ run:

elixir --sname deumbrellization-todo-web -S mix phx.server

in apps/todo/ run:

elixir --sname deumbrellization-todo -S mix run --no-halt

Then open:

http://localhost:4000/tasks

0