tshirt_store:在Elixir和Phoenix中实现的在线商店

时间:2024-05-21 15:07:42
【文件属性】:

文件名称:tshirt_store:在Elixir和Phoenix中实现的在线商店

文件大小:284KB

文件格式:ZIP

更新时间:2024-05-21 15:07:42

JavaScript

TshirtStore 要启动您的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.create && mix ecto.migrate创建和迁移数据库 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问 。 准备好投入生产了吗? 请。 学到更多 官方网站: : 指南: : 文件: : 邮件列表: : 资料来源: : 主题: :


【文件预览】:
tshirt_store-master
----.gitignore(389B)
----README.md(752B)
----test()
--------views()
--------support()
--------test_helper.exs(155B)
--------models()
--------controllers()
----priv()
--------static()
--------repo()
----web()
--------views()
--------channels()
--------models()
--------router.ex(627B)
--------templates()
--------controllers()
--------web.ex(2KB)
----config()
--------dev.exs(1KB)
--------config.exs(966B)
--------prod.exs(2KB)
--------test.exs(514B)
----mix.lock(574B)
----lib()
--------tshirt_store()
--------tshirt_store.ex(996B)
----mix.exs(1KB)

网友评论