Try it: https://hrg9mqpt-4000.uks1.devtunnels.ms/
This is a chat application, with optional authentication, where you can chat with other people instantly, using websockets ("channels") and implementing "CRUD" functions.
You must have installed the following technologies:
- Elixir
- Phoenix
- PostgreSQL
First and foremost, you need to have running a PostgreSQL service (in port 5432):
psql
And now you can start the app following with these steps:
- Run
mix setup
to install and setup dependencies. - Start Phoenix endpoint with
mix phx.server
.
Now you can visit localhost:4000
from your browser.