Restapp:带有 PhoenixEcto 和相关模型和 jwt 的 Json API

时间:2024-06-22 01:18:54
【文件属性】:

文件名称:Restapp:带有 PhoenixEcto 和相关模型和 jwt 的 Json API

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-22 01:18:54

CSS

使用 JWT 的 Phoenix Rest JSON API 示例 需要 Erlang、Elixir 和 postgres 要测试这一点: 克隆这个 repo 在新文件夹中,转到 restapp/config/dev.exs 并输入您的 postgres 数据库、用户名和密码。 还要在 config::login 中输入您首选的登录用户名和密码。 在新文件夹中,转到 restapp/config/test.exs 并重新输入您的 postgres 数据库、用户名和密码 cd 到文件夹,或者只是在其中启动一个终端 运行 mix deps.get && mix deps.compile 来检索 jwt 库并编译。 运行 mix ecto.migrate --all 运行 mix compile (这会编译 /web 目录之外的格式化程序模块,并且不会自动编译) 运行混合测试(应该


【文件预览】:
Restapp-master
----mix.lock(733B)
----.gitignore(596B)
----mix.exs(1KB)
----package.json(289B)
----priv()
--------repo()
--------static()
----README.md(2KB)
----web()
--------templates()
--------web.ex(2KB)
--------models()
--------jwt_module.ex(197B)
--------static()
--------views()
--------token_plug.ex(1KB)
--------controllers()
--------router.ex(787B)
----config()
--------test.exs(627B)
--------config.exs(833B)
--------prod.exs(2KB)
--------dev.exs(1KB)
----lib()
--------restapp()
--------restapp.ex(972B)
----brunch-config.js(1KB)
----test()
--------support()
--------views()
--------test_helper.exs(221B)
--------controllers()

网友评论