Linicks / phoenix_ecto_tutorial

A simple basic tutorial covering phoenix and ecto.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir Jobs - A Tutorial

This code is based off of this tutorial:

"Let's Build Web App With Phoenix and Ecto"

To start this tutorial application you have to:

  1. Install dependencies with mix deps.get
  2. Start Phoenix router with mix phoenix.start

Now you can visit localhost:4000 from your browser.

Notes

  • This is just some practice code.

  • If you choose to change the application's structure, you could manually start the router from your code like this ElixirJobs.Router.start

About

A simple basic tutorial covering phoenix and ecto.


Languages

Language:Elixir 100.0%