Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

DR-Nyheder-X/x11-fuglefinder

Repository files navigation

x10

setup

$ brew install elixir postgres
$ createuser -P -s -e postgres
# type password "postgres"
$ mix deps.get
$ mix do ecto.create, ecto.migrate
$ npm install

dev

$ iex -S mix phoenix.server

data

Drop the database and recreate it with test data.

$ mix ecto.reset