programming-phoenix-1

所属分类:电子书籍
开发工具:Elixir
文件大小:0KB
下载次数:0
上传日期:2018-08-21 17:18:43
上 传 者sh-1993
说明:  该存储库包含Chris McCord、Bruce Tate和JoséVa.的《编程凤凰1.4》(Programming Phoenix 1.4)一书中Rumbl应用程序的代码...,
(This repository contains the code for the Rumbl application from the Programming Phoenix 1.4 book by Chris McCord, Bruce Tate and José Valim.)

文件列表:
assets/ (0, 2018-08-21)
assets/.babelrc (40, 2018-08-21)
assets/css/ (0, 2018-08-21)
assets/css/app.css (100, 2018-08-21)
assets/css/phoenix.css (10477, 2018-08-21)
assets/css/video.css (94, 2018-08-21)
assets/js/ (0, 2018-08-21)
assets/js/app.js (738, 2018-08-21)
assets/js/player.js (837, 2018-08-21)
assets/js/socket.js (2209, 2018-08-21)
assets/package.json (643, 2018-08-21)
assets/static/ (0, 2018-08-21)
assets/static/favicon.ico (1258, 2018-08-21)
assets/static/images/ (0, 2018-08-21)
assets/static/images/phoenix.png (13900, 2018-08-21)
assets/static/robots.txt (202, 2018-08-21)
assets/webpack.config.js (1018, 2018-08-21)
config/ (0, 2018-08-21)
config/config.exs (1048, 2018-08-21)
config/dev.exs (2010, 2018-08-21)
config/prod.exs (2434, 2018-08-21)
config/test.exs (449, 2018-08-21)
lib/ (0, 2018-08-21)
lib/rumbl.ex (247, 2018-08-21)
lib/rumbl/ (0, 2018-08-21)
lib/rumbl/accounts/ (0, 2018-08-21)
lib/rumbl/accounts/accounts.ex (3094, 2018-08-21)
lib/rumbl/accounts/credential.ex (793, 2018-08-21)
lib/rumbl/accounts/user.ex (634, 2018-08-21)
lib/rumbl/application.ex (917, 2018-08-21)
lib/rumbl/multimedia/ (0, 2018-08-21)
lib/rumbl/multimedia/category.ex (386, 2018-08-21)
lib/rumbl/multimedia/multimedia.ex (2754, 2018-08-21)
lib/rumbl/multimedia/permalink.ex (499, 2018-08-21)
lib/rumbl/multimedia/video.ex (1072, 2018-08-21)
lib/rumbl/repo.ex (102, 2018-08-21)
lib/rumbl_web.ex (1728, 2018-08-21)
lib/rumbl_web/ (0, 2018-08-21)
... ...

# Programming Phoenix 1.4 (Pre-release) This repository contains the code (my own take) for the Rumbl application from the [Programming Phoenix 1.4](https://pragprog.com/book/phoenix14/programming-phoenix-1-4) book by Chris McCord, Bruce Tate and José Valim. # Rumbl 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

近期下载者

相关文件


收藏者