文件名称:canobie:清道夫狩猎清单应用程序
文件大小:80KB
文件格式:ZIP
更新时间:2024-06-01 15:50:30
Elixir
卡诺比 清道夫搜寻清单网络应用程序。 Elixir + Phoenix中的服务器端,JS中的客户端,但绝对没有React。 跑步 使用mix deps.get安装依赖mix deps.get 使用mix ecto.create && mix ecto.migrate创建和迁移数据库 使用mix phoenix.server启动Phoenix端点 作者和许可 该代码由Pete Gamache于2015年8月编写,并已发布到公共领域。
【文件预览】:
canobie-master
----brunch-config.js(2KB)
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(544B)
--------config.exs(853B)
--------dev.exs(1KB)
----package.json(259B)
----priv()
--------repo()
----test()
--------models()
--------support()
--------controllers()
--------views()
--------test_helper.exs(594B)
----mix.lock(575B)
----.gitignore(569B)
----web()
--------models()
--------router.ex(709B)
--------templates()
--------web.ex(1KB)
--------controllers()
--------static()
--------views()
--------channels()
----lib()
--------canobie.ex(972B)
--------canobie()
----README.md(440B)