|
In our architecture, there are 6 representing components; users, web browsers, frontend, backend, database and cloud.
Users in the architecture of the SNS Influencer Marketing Platform consist of client users and influencer users. The client users upload campaigns to the database in the platform. The influencer users promote campaigns uploaded to our platform.
A web browser shows users data written in (HTML) from the front-end.
When users access to the cloud web server, this web browser is used.
The Front-end is a framework that displays in a web browser with a user interface. It allows consumers to send requests data to the back-end with REST-API.
The back-end is a data processing bridge between the front-end and the database. Through this process, the back-end delivers intents to the front-end.
Cloud is a virtual environment server that allows consumers to access the service over the Internet. In other words, through the cloud, consumers can access the SNS Fluencer Marketing platform.
The database is the data storing place in the proposed platform. That is, the database is a storage that stores consumers' data safely and provides the data when consumers needs. |