dstendardi / shopping_cart

A shopping cart implementation in elixir (exercise)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShoppingCart

CircleCI Coverage Status

Requirements

  • postgres 9.6.1 or greater
  • elixir 1.4.5

Install

  • Download dependencies mix deps.get
  • Setup database mix ecto.create && mix ecto.migrate
  • Start server mix phx.server

Run the tests

  • Run all the tests mix test

About

A shopping cart implementation in elixir (exercise)


Languages

Language:Elixir 100.0%