westegg:盖茨比生活的地方 源码
西蛋 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.zip
(预估有个33文件)
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
暂无评论