文件名称:biblioteca-nodejs-api:图书馆图书预订系统
文件大小:445KB
文件格式:ZIP
更新时间:2024-05-03 00:30:10
nodejs api docker mongodb es6
库API | Nodejs的 图书馆预订系统可优化用户与图书之间的时间。 GET http://localhost:3333/docs 将所有路线导入您的。 下载项目并安装依赖项: $ git clone git@github.com:caioagiani/biblioteca-nodejs-api.git $ cd biblioteca-nodejs-api $ yarn install 设置环境变量: $ cp .env.example .env 默认开始: $ yarn dev # Ou iniciar com docker :spouting_whale: $ docker-compose up 测验 $ docker-compose run --rm api npm test Starting db ... done > nodejs@1.0.0 test /usr/src/app > NODE_
【文件预览】:
biblioteca-nodejs-api-main
----.gitignore(19B)
----nodemon.json(120B)
----README.md(2KB)
----.github()
--------workflows()
--------assets()
----.prettierrc(106B)
----docker-compose.yml(615B)
----docs()
--------book()
--------user()
--------booking()
----__tests__()
--------utils()
--------book.test.js(2KB)
--------user.test.js(2KB)
--------booking.test.js(2KB)
----package.json(917B)
----insomnia.json(16KB)
----src()
--------routes()
--------services()
--------server.js(131B)
--------app()
--------app.js(242B)
--------scripts()
----renovate.json(41B)
----jest.config.js(237B)
----.eslintignore(40B)
----.editorconfig(229B)
----yarn.lock(238KB)
----Makefile(248B)
----.eslintrc.js(901B)
----.env.example(66B)