|
In this section, we are going to describe the functional diagram of the SNS marketing platform.
1 Users are divided into client users and influencer users. Client users register campaigns, and influencer users apply for the campaigns registered by clients. The data then goes through a web browser to the front-end server.
2 Campaign data received from the front-end server is transmitted to the back-end server via REST-API.
3 Data transmitted from the back-end is sent to the database by the query.
4 The database returns the requested data to the back-end as a response.
5 The back-end sends the received data from the database to the front-end via REST-API.
6 Finally, the front-end renders the received data to each user's web browser. |