No description
Find a file
2021-06-22 14:09:25 +02:00
config Init git repo 2021-06-22 14:09:25 +02:00
lib Init git repo 2021-06-22 14:09:25 +02:00
priv/repo Init git repo 2021-06-22 14:09:25 +02:00
test Init git repo 2021-06-22 14:09:25 +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
mix.exs Init git repo 2021-06-22 14:09:25 +02:00
mix.lock Init git repo 2021-06-22 14:09:25 +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