mongodb
cargo run
location /api/ {
proxy_pass http://127.0.0.1:8088; // this server
}
location / {
proxy_pass http://127.0.0.1:3000; // the nuxt client
}
mongo
use pdca_v1
db["pdca_daily"].find()
mongodb
cargo run
location /api/ {
proxy_pass http://127.0.0.1:8088; // this server
}
location / {
proxy_pass http://127.0.0.1:3000; // the nuxt client
}
mongo
use pdca_v1
db["pdca_daily"].find()