Erlang/OTP 25 (usually installed with Elixir)
Elixir 1.14.4
PostgreSQL 14.7
Ensure that your Postgres database has a postgres
superuser with postgres
password.
Ensure that there is a database named media_wishlist_dev
.
To do a fresh installation run:
mix setup
To start the Media Wishlist server run:
mix phx.server
Now you can visit localhost:4000
from your browser.
To run tests run:
mix test