Skip to content

prio101/mix_todo_app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TodoList

Mix ecto project for todo list.


Simple todo app created for working with Ecto over the small mix created project.

Installation

@deps [
  todolist: "~> 0.1.0"
]

git clone project-url the project and then just cd project and run
mix deps.get

> iex -S mix

> TodoList.Task.tasks

> TodoList.Task.create_task("name", "description", "status")

> TodoList.Task.show_task(id)

> TodoList.Task.delete_task(id)

> TodoList.Task.update_task(id, changeset)

License

MIT


Created: 2018-08-27Z

About

mix side project todo app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages