Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 584 Bytes

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