rest_client:使用Phoenix LiveView制作的REST客户端

时间:2024-02-26 01:21:59
【文件属性】:

文件名称:rest_client:使用Phoenix LiveView制作的REST客户端

文件大小:360KB

文件格式:ZIP

更新时间:2024-02-26 01:21:59

elixir phoenix phoenix-liveview ElixirElixir

RestClient 这是一个使用Phoenix LiveView创建简单的REST API客户端的实验。 要启动服务器: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.setup创建和迁移数据库 在assets目录中通过yarn install或npm install安装Node.js依赖项 使用mix phx.server启动Phoenix端点 现在,您可以从浏览器访问 。


【文件预览】:
rest_client-master
----mix.exs(2KB)
----config()
--------releases.exs(1KB)
--------prod.exs(2KB)
--------test.exs(679B)
--------config.exs(1KB)
--------dev.exs(2KB)
----priv()
--------gettext()
--------repo()
----.formatter.exs(159B)
----.github()
--------workflows()
----test()
--------support()
--------rest_client_web()
--------rest_client()
--------test_helper.exs(74B)
----assets()
--------css()
--------.babelrc(55B)
--------package.json(969B)
--------yarn-error.log(289KB)
--------js()
--------package-lock.json(302KB)
--------static()
--------webpack.config.js(1KB)
--------tailwind.config.js(569B)
--------yarn.lock(273KB)
--------postcss.config.js(84B)
----mix.lock(15KB)
----coveralls.json(359B)
----LICENSE(34KB)
----.gitignore(892B)
----lib()
--------rest_client_web.ex(2KB)
--------rest_client.ex(930B)
--------rest_client_web()
--------rest_client()
----README.md(654B)
----build.sh(317B)

网友评论