Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 625 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 625 Bytes

Media Wishlist

Requirements

Erlang/OTP 25 (usually installed with Elixir)
Elixir 1.14.4
PostgreSQL 14.7

Local Installation

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

Usage

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