Skip to content

CultivateHQ/ecto_todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos

Example To Do application in Elixir, to illustrate using standalone Ecto. There is an accompanying blog post which is here.

Get running

  1. git clone git@github.com:CultivateHQ/ecto_todos.git todos
  2. cd todos
  3. mix ecto.create
  4. mix ecto.migrate
  5. MIX_ENV=test mix ecto.create
  6. MIX_ENV=test mix ecto.migrate
  7. mix test
  8. ??????
  9. Profit

About

Example for standalone EctoApp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages