https://github.com/sasankyadavalli/phoenix-todo
Todo application using Phoenix 1.3
https://github.com/sasankyadavalli/phoenix-todo
elixir elixir-phoenix phoenix phoenix-application
Last synced: 5 months ago
JSON representation
Todo application using Phoenix 1.3
- Host: GitHub
- URL: https://github.com/sasankyadavalli/phoenix-todo
- Owner: sasankyadavalli
- Created: 2017-06-24T16:27:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T21:12:26.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T03:41:30.128Z (over 1 year ago)
- Topics: elixir, elixir-phoenix, phoenix, phoenix-application
- Language: Elixir
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixTodo
To start your Phoenix 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.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix