Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jouryjc/nestjs-mongodb-graphql-vue3
https://github.com/jouryjc/nestjs-mongodb-graphql-vue3
graphql k8s nestjs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jouryjc/nestjs-mongodb-graphql-vue3
- Owner: Jouryjc
- Created: 2022-08-10T15:07:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T13:10:12.000Z (over 1 year ago)
- Last Synced: 2024-11-09T02:52:23.833Z (2 months ago)
- Topics: graphql, k8s, nestjs
- Language: TypeScript
- Homepage:
- Size: 525 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todolist 项目
> 全栈项目,练习云原生相关的技术## 虚拟机启动
### MongoDB
```
mongod -f /opt/homebrew/etc/mongod.conf
```
mongod.conf 的内容如下:
```
systemLog:
destination: file
path: /opt/homebrew/var/log/mongodb/mongo.log
logAppend: true
storage:
dbPath: /opt/homebrew/var/mongodb
net:
bindIp: 127.0.0.1, ::1
ipv6: true```
## 容器启动
## docker-compose
## k8s