2018-10-11 17:37:39 +02:00
|
|
|
defmodule Mobilizon do
|
2017-12-08 09:58:14 +01:00
|
|
|
@moduledoc """
|
2019-09-08 01:49:56 +02:00
|
|
|
Mobilizon is a decentralized and federated Meetup-like using
|
|
|
|
[ActivityPub](http://activitypub.rocks/).
|
2017-12-08 09:58:14 +01:00
|
|
|
|
2019-09-08 01:49:56 +02:00
|
|
|
It consists of an API server build with [Elixir](http://elixir-lang.github.io/)
|
|
|
|
and the [Phoenix Framework](https://hexdocs.pm/phoenix).
|
2018-01-14 17:56:50 +01:00
|
|
|
|
2019-09-08 01:49:56 +02:00
|
|
|
Mobilizon relies on `Guardian` for auth and `Geo`/Postgis for geographical
|
|
|
|
information.
|
2017-12-08 09:58:14 +01:00
|
|
|
"""
|
|
|
|
end
|