To start this tutorial application you have to:
- Install dependencies with
mix deps.get
- Start Phoenix router with
mix phoenix.start
Now you can visit localhost:4000
from your browser.
-
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