Skip to content

Files

Latest commit

aec8208 · Sep 9, 2022

History

History
27 lines (20 loc) · 654 Bytes

buildit.md

File metadata and controls

27 lines (20 loc) · 654 Bytes

build it!

This document is a log of our progress in building linky. You can follow along to understand every step along the way. It serves as living documentation and a rapid entry point for anyone wanting to understand how the app works so that you can easily deploy, maintain and contribute to it!

1. Create a new Phonenix App

mix phx.new app --no-mailer --no-dashboard --no-gettext

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server