https://github.com/sprql/planner
Yet another todo app
https://github.com/sprql/planner
ecto elixir phoenix planner todo
Last synced: about 1 month ago
JSON representation
Yet another todo app
- Host: GitHub
- URL: https://github.com/sprql/planner
- Owner: sprql
- License: mit
- Created: 2017-02-18T09:35:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T19:31:47.000Z (about 8 years ago)
- Last Synced: 2025-01-28T00:15:02.908Z (3 months ago)
- Topics: ecto, elixir, phoenix, planner, todo
- Language: Elixir
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planner
Experemental `todo` app to play with Elixir & co.
Based on:
* [phoenix 1.3](https://hexdocs.pm/phoenix/1.3.0-rc.0/)
* [ecto](https://hexdocs.pm/ecto/)
* [postgres](https://www.postgresql.org/)To start your app server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.