No description
Find a file
2021-07-25 14:57:52 +02:00
config Add start of controller testing 2021-07-13 17:08:07 +02:00
lib Add forward extremities to rooms 2021-07-25 14:57:52 +02:00
priv/repo Add forward extremities to rooms 2021-07-25 14:57:52 +02:00
test Add part of room creation endpoint 2021-07-17 17:38:20 +02:00
.formatter.exs Init git repo 2021-06-22 14:09:25 +02:00
.gitignore Init git repo 2021-06-22 14:09:25 +02:00
LICENSE Create LICENSE 2021-07-23 22:18:25 +00:00
mix.exs Add start of controller testing 2021-07-13 17:08:07 +02:00
mix.lock Add start of controller testing 2021-07-13 17:08:07 +02:00
README.md Init git repo 2021-06-22 14:09:25 +02:00

MatrixServer

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more