10 lines
381 B
Elixir
10 lines
381 B
Elixir
defmodule Eventos do
|
|
@moduledoc """
|
|
Eventos is a decentralized and federated Meetup-like using [ActivityPub](http://activitypub.rocks/).
|
|
|
|
It consists of an API server build with [Elixir](http://elixir-lang.github.io/) and the [Phoenix Framework](https://hexdocs.pm/phoenix).
|
|
|
|
Eventos relies on `Guardian` for auth and `Geo`/Postgis for geographical informations.
|
|
"""
|
|
end
|