Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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