Skip to content

The Web Application front-end for the FriendPost application

License

Notifications You must be signed in to change notification settings

friendpost-july/webapplication

Repository files navigation

webapplication

The Web Application front-end for the FriendPost application

C4 Container diagram

C4Container
title Container diagram for FriendPost front-end

Person(user1, "User")

Container_Boundary(frontend, "Front End") {
    Container(nodeapp, "Web Application","node.js")
    ContainerDb(authdb, "Local Authentication Database", "MySQL")
}

Container_Ext(usersservice,"Users Service")

Rel(user1, nodeapp, "signs up/in")
Rel(nodeapp, usersservice, "registers user on signup")

UpdateRelStyle(user1, nodeapp, $offsetY="-40")
Loading

About

The Web Application front-end for the FriendPost application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published