lumen-realworld-example-app:使用Lumen + MongoDB构建的示例性现实世界后端API

时间:2024-02-24 23:49:29
【文件属性】:

文件名称:lumen-realworld-example-app:使用Lumen + MongoDB构建的示例性现实世界后端API

文件大小:137KB

文件格式:ZIP

更新时间:2024-02-24 23:49:29

jwt crud mongodb rest-api lumen

Lumen + MongoDB代码库包含遵循规范和API的真实示例(CRUD,auth,高级模式等)。 创建该代码库的目的是演示使用Lumen + MongoDB构建的功能齐全的REST API,包括CRUD操作,身份验证,路由,分页等。 它从大量借鉴由 。 有关如何与其他前端/后端一起使用的更多信息,请转到库。 希望本示例对您有所帮助。 拉请求是欢迎的! 入门 安装 在开始之前,请检查官方的Lumen安装指南以了解服务器要求。 克隆存储库 git clone git@github.com:elcobvg/lumen-realworld-example-app.git 切换到repo文


【文件预览】:
lumen-realworld-example-app-master
----.gitignore(50B)
----routes()
--------web.php(2KB)
----bootstrap()
--------app.php(3KB)
----resources()
--------views()
----artisan(1KB)
----public()
--------index.php(897B)
--------.htaccess(553B)
----tests()
--------RegistrationTest.php(3KB)
--------TagTest.php(253B)
--------ArticleDeleteTest.php(1KB)
--------HomePageTest.php(332B)
--------ArticlePaginateTest.php(1KB)
--------ArticleCreateTest.php(2KB)
--------LoginTest.php(2KB)
--------TestCase.php(1KB)
--------ArticleReadTest.php(2KB)
----Procfile(43B)
----logo.png(65KB)
----phpunit.xml(907B)
----database()
--------migrations()
--------factories()
--------seeds()
----composer.lock(172KB)
----composer.json(1KB)
----app()
--------RealWorld()
--------Http()
--------Events()
--------Listeners()
--------Jobs()
--------Exceptions()
--------Providers()
--------Console()
--------Models()
----readme.md(6KB)
----config()
--------cors.php(572B)
--------database.php(4KB)
--------app.php(4KB)
--------auth.php(2KB)
----storage()
--------app()
--------framework()
--------logs()
----.travis.yml(294B)
----.env.travis(57B)
----.env.example(218B)

网友评论