文件名称:challenge-asksuite:一个带有 NodeJS 的简单 RESTful api
文件大小:198KB
文件格式:ZIP
更新时间:2024-06-18 06:16:34
JavaScript
挑战AskSuite 价格报价机器人的简单 API。 怎么跑 安装依赖项 $ npm install 运行容器 $ docker-compose up -d 测试方法 $ npm run test 邮差收藏 { "info": { "_postman_id": "e2dac10b-a508-45d2-89ad-6dae42e6e297", "name": "Challenge AskSuite", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "http://127.0.0.1:3500/buscar", "id": "45e3a98b
【文件预览】:
challenge-asksuite-master
----.eslintrc.json(339B)
----.gitignore(17B)
----Dockerfile(1KB)
----package.json(2KB)
----package-lock.json(863KB)
----src()
--------services()
--------server.ts(332B)
--------tests()
--------routes.ts(143B)
--------controllers()
----.dockerignore(112B)
----jest.config.js(6KB)
----tsconfig.json(890B)
----docker-compose.yml(107B)
----README.md(1KB)
----.eslintignore(10B)
----babel.config.js(373B)