If you want to use node as a server and do a website similar to a blog, what kind of technology stack should you use?

what you can think of:
foreground: vue+axios
background: vue+element+vuex+axios
server: node+express+mongodb+mongoose
I don"t know much about the process and system in the background. Please add more

.
Aug.24,2021

I did write a full-stack blog. Maybe you can refer to

vue + element + node + koa + mongodb/mysql

.
Menu