Skip to content

CroMarmot/pdca_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Dependence

DB

mongodb

start

cargo run

Client

pdca_web

Base framework

actix-web

nginx config example

location /api/ {
    proxy_pass http://127.0.0.1:8088; // this server
}
location / {
    proxy_pass http://127.0.0.1:3000; // the nuxt client
}

mongodb example

mongo
use pdca_v1
db["pdca_daily"].find()

About

simple pdca server (rust(actix)) for practice

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages