hoodat-api:Hoodat移动应用程序的后端API服务

时间:2024-03-25 00:47:05
【文件属性】:

文件名称:hoodat-api:Hoodat移动应用程序的后端API服务

文件大小:131KB

文件格式:ZIP

更新时间:2024-03-25 00:47:05

TypeScript

Hoodat-api 后端API服务。 与Docker一起运行(推荐) 安装 克隆仓库 git clone https://github.com/messiah-hoodat/hoodat-api.git 将所需的环境变量添加到.env (向Eric询问变量) 建立形象 cd hoodat-api docker build -t hoodat-api . 将图像作为容器运行 docker run --rm -it -p 8000:8000/tcp hoodat-api:latest 本地运行 安装 克隆仓库 git clone https://github.com/messiah-hoodat/hoodat-api.git 安装依赖项 cd hoodat-api npm install 将所需的环境变量添加到.env (向Eric询问变量) 启动服务器 npm run start


【文件预览】:
hoodat-api-master
----tsoa.json(379B)
----.dockerignore(26B)
----heroku.yml(37B)
----public()
--------reset-password.html(3KB)
--------hoodat-logo.png(33KB)
----src()
--------services()
--------models()
--------index.ts(259B)
--------App.ts(1KB)
--------controllers()
--------transformers()
--------lib()
--------authentication.ts(1KB)
--------schemas()
--------validation()
--------tsconfig.json(165B)
----Dockerfile(131B)
----.circleci()
--------config.yml(664B)
----tsconfig.json(215B)
----test()
--------StorageService.test.ts(2KB)
--------ContactService.test.ts(2KB)
--------IndexController.test.ts(473B)
--------ListService.test.ts(11KB)
--------AuthService.test.ts(3KB)
--------setup.ts(46B)
--------getDecodedToken.test.ts(1KB)
----jest.config.js(188B)
----.prettierrc(125B)
----README.md(1KB)
----.gitignore(2KB)
----package-lock.json(268KB)
----package.json(2KB)

网友评论