Skip to content

Linicks/phoenix_ecto_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages