Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artur-sulej/deumbrellization

Example application used for talk on Code BEAM EU '23
https://github.com/artur-sulej/deumbrellization

elixir microservice phoenix-framework

Last synced: 3 months ago
JSON representation

Example application used for talk on Code BEAM EU '23

Awesome Lists containing this project

README

        

# Deumbrellization

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

* [Presentation slides](talk_slides.pdf)
* [Talk video](https://www.youtube.com/watch?v=PyeUl4Go4Yk)

## 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`