Initial commit

This commit is contained in:
Klemek
2019-06-18 19:54:58 +02:00
commit db03535ee9
11 changed files with 171 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
@startuml
title Homepage
cloud web
node nodejs {
TCP -right- [express]
}
package data {
component index [
index.ejs
style.css
...
]
}
database list
web -down-> TCP : 1. root
express -down-> index : 2
index --> express : 3
list -left-> express : 3
express -up-> web : 4. html
@enduml