Family Recipe Box
Recipe sharing app built with Elixir, Phoenix, Vue & GraphQL
Dev:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
- App at localhost:4000