/ressipy

A simple recipe organizer written in Elixir/Phoenix

Primary LanguageElixir

Ressipy

Swedish chef

A simple recipe organizer written on Elixir 1.10 and Phoenix 1.5. Pull requests welcome.

Development

To start the server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install --prefix assets
  • Start the endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.