Implementing the Administrator Page of the Bootstrap Theme Development Website

Asked 2 years ago, Updated 2 years ago, 154 views

First of all, I have about 2 years of experience in developing C#.

We are currently building a website.

Usually, companies don't know how to develop websites, and I'm based on the Bootstrap theme

Website personality is about the level of corporate website (image page, Contactus page, etc.)

But don't you usually have a website administrator page?

Very basic information to keep track of (number of visitors today, total number of visitors, country of visitors, exit of visitor browser, etc.)

I want to create an administrator page, but I'm completely blank.

Just as there is a Bootstrap for design, I ask you if there is something to create an administrator page function. (For example, some designs are developed using themes, but the functions are used as frameworks such as JQuery...)

I don't know if I understand correctly or if I'm moving in the right direction. (I've never worked for a website development company, so I don't know what's there...) Or please advise me how to develop it.

(ps. refers to the Administrator page as shown below. )

bootstrap node.js web

2022-09-22 21:58

2 Answers

First of all, if you want to know basic visitor information (such as number of visitors today, total number of visitors, country of visitors, and end of visitor browser), we recommend using Google Analytics rather than developing it yourself. Adding a simple javascript code to a webpage allows you to analyze various weblogs.

Note: https://www.google.com/analytics/

Also, if you want to develop the admin like the attached image, you need to use bootstrap theme, but you need to develop all the pages yourself, and you need to leave the necessary log data in DB, etc. Ruby On Rails has an admin framework, such as ActiveAdmin, which makes data manipulation relatively simple, although the design is not pretty. But node.js doesn't have the right framework even if I look it up.


2022-09-22 21:58

Google Analytics would be a good idea.

If you put a tag provided by Google Analytics for each HTML file on the site, it analyzes information such as the number of visitors and country in a very rich way.

Rather than creating an administrator page, it's more of a concept of communicating and using information only to an administrator page that's already been created.


2022-09-22 21:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.