Humbug is a chat app, where discussion takes place in topics. Topics are grouped into rooms, and a topic can appear in multiple rooms.
This project uses devenv to set up a development environment.
After installing nix, cachix and devenv, run devenv up to start the database and devenv shell to
get a shell with elixir and its language server and handy scripts to do things.
Install elixir in some way, then to start the server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.