No description
Find a file
Pim Kunis 857aabd007 Add creator join event when creating room
Fix event set format bug in state resolution
2021-07-26 11:50:18 +02:00
config Add start of controller testing 2021-07-13 17:08:07 +02:00
lib Add creator join event when creating room 2021-07-26 11:50:18 +02:00
priv/repo Save state set in database 2021-07-25 17:39:22 +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