To start your Phoenix server:
- you need a
.envfile based on the specification laid out in.env.example(I sent you my file with the credentials) docker compose run --name slack_messenger_web_dev --rm --service-ports web- this will pull the images for you and let you in the container- 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.
-
test can be run by
MIX_ENV=test mix test -
Here is your invite to the Slack workspace:
https://join.slack.com/t/slack-ubv9217/shared_invite/zt-26mlgeeib-4xVycmKAFuzbbPDWcAb~~w -
I used the
#sending-messageschannel. -
the api is accessible on
/apiroutes with thex-api-keyheader value set totest_api_key -
deployment on
fly