文件名称:westegg:盖茨比生活的地方
文件大小:75KB
文件格式:ZIP
更新时间:2024-03-20 01:14:46
TypeScript
西蛋 WestEgg是Gatsby中心站点的后端,并且包含有关用户,频道,视频等的索引数据。 运行开发构建(docker-compose) 安装docker和docker-compose 运行docker-compose up --build 运行开发版本(仅westegg api服务器) 安装NodeJS 12和Docker 安装依赖项npm install 将default.env复制为.env并填写环境变量,例如。 # DB Configuration MONGO_PROTOCOL=mongodb MONGO_HOST=localhost MONGO_ROOT_PASS=root MONGO_API_PASS=gatsby # IPFS IPFS_URL=http://localhost:5001 JWT_SECRET=localhost 运行服务器npm start
【文件预览】:
westegg-master
----Dockerfile(263B)
----.gitignore(46B)
----tsconfig.json(6KB)
----README.md(639B)
----default.env(182B)
----.prettierrc(106B)
----docker-compose.yml(1KB)
----package.json(1KB)
----mongo()
--------init.sh(201B)
----src()
--------utilities.ts(211B)
--------routes()
--------cache.ts(1KB)
--------typings()
--------entities()
--------middleware()
--------db.ts(488B)
--------environment.ts(1KB)
--------index.ts(2KB)
--------logger.ts(518B)
----package-lock.json(191KB)