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

Latest commit

 

History

History
26 lines (19 loc) · 318 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 318 Bytes

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