https://github.com/geolessel/sd-elixir-todo
An example application using Elixir and Ecto
https://github.com/geolessel/sd-elixir-todo
ecto elixir
Last synced: about 1 year ago
JSON representation
An example application using Elixir and Ecto
- Host: GitHub
- URL: https://github.com/geolessel/sd-elixir-todo
- Owner: geolessel
- Created: 2016-07-21T21:52:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:34:52.000Z (almost 10 years ago)
- Last Synced: 2024-10-25T01:40:45.751Z (over 1 year ago)
- Topics: ecto, elixir
- Language: Elixir
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
This application is a demo application that demonstrates using Ecto
with Elixir outside of Phoenix. This is the code that I wrote while
preparing for my talk at the San Diego Elixir Meetup on July 21, 2016.
The majority of this was then live-coded. Just looking at the code will
not give you the whole feel of the talk nor the meat of what we did
in that session.
If you are cloning this for the sake of following along, note that there
will very likely be changes/differences between what is in this repo and
the final form of the live-coded application.
I've tried to make each commit comment provide details as to what
we then did with the changes in that commit. Again, I've likely missed
some things as they are taken from my notes I used during the presentation.
If you see anything wrong, please let me know. Thanks!