No description
  • Elixir 83.5%
  • HTML 9.4%
  • JavaScript 4.6%
  • SCSS 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-07-20 11:21:58 -04:00
assets Create basic messaging 2020-07-20 11:21:58 -04:00
config Set timestamps to be utc_datetime_usec 2020-07-14 10:19:31 -04:00
lib Create basic messaging 2020-07-20 11:21:58 -04:00
priv Create basic schema 2020-07-14 10:19:31 -04:00
test Remove PageLive 2020-07-13 18:12:59 -04:00
.formatter.exs Initial commit 2020-05-11 14:04:33 -04:00
.gitignore Ignore language server files 2020-05-11 14:07:49 -04:00
LICENSE Create LICENSE 2020-07-13 18:12:59 -04:00
mix.exs Configure ex_aws 2020-07-13 18:12:59 -04:00
mix.lock Configure ex_aws 2020-07-13 18:12:59 -04:00
README.md Initial commit 2020-05-11 14:04:33 -04:00

Chat

To start your Phoenix server:

  • Setup the project with mix 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