文件名称:phoenix-rest-api-test:POC for rest api,THK renatomoya
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-10 03:13:17
JavaScript
RestApi 要启动新的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问localhost:4000 。 我开始 mix phoenix.new rest_api --no-brunch mix phoenix.gen.json Post posts title:string content:string
【文件预览】:
phoenix-rest-api-test-develop
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(522B)
--------config.exs(854B)
--------dev.exs(1007B)
----priv()
--------static()
--------repo()
----test()
--------models()
--------support()
--------controllers()
--------views()
--------test_helper.exs(221B)
----mix.lock(577B)
----.gitignore(372B)
----web()
--------models()
--------router.ex(281B)
--------templates()
--------web.ex(2KB)
--------controllers()
--------views()
----lib()
--------rest_api()
--------rest_api.ex(972B)
----README.md(325B)