文件名称:my-library-api:图书馆项目配套api
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-04 22:26:12
JavaScript
my-library-api api for my library QuickStart see for more detail. Development $ npm i $ npm run dev $ open http://localhost:7001/ Deploy $ npm start $ npm stop npm scripts Use npm run lint to check code style. Use npm test to run unit test. Use npm run autod to auto detect dependencies upgrade, see for more detail. 技术架构 插件 为了连接mysql数据库 为了允许跨域请求
【文件预览】:
my-library-api-master
----.gitignore(121B)
----app()
--------controller()
--------service()
--------router.js(2KB)
----README.zh-CN.md(840B)
----.eslintrc(37B)
----package.json(1KB)
----.autod.conf.js(395B)
----.travis.yml(162B)
----LICENSE(1KB)
----README.md(712B)
----config()
--------config.default.js(1KB)
--------plugin.js(432B)
----.eslintignore(9B)
----appveyor.yml(241B)
----test()
--------app()