# goblog **Repository Path**: newflydd/goblog ## Basic Information - **Project Name**: goblog - **Description**: golang blog, single user - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-06-24 - **Last Updated**: 2020-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goblog A Golang Multi User Blog System, like the [jblog Project](https://gitee.com/newflydd/jblog) which is the Java Version. ## BackEnd - Go language(Go Mod) - MongDB(https://github.com/mongodb/mongo-go-driver) - logrus(https://github.com/sirupsen/logrus) - Gin(https://github.com/gin-gonic/gin) - Yaml(https://github.com/kylelemons/go-gypsy/yaml) ## FrontEnd - Vue(Vue Cli for management, and Vue JS for Blog SEO) - Vuetify(https://vuetifyjs.com/zh-Hans/) ## Nginx ## SEO The blog us SSR(Server Side Render) to enhance SEO(Search Engine Optimization).The Blog's ShowPages developed by Golang and Gin Framework(template) without webpack or Vue-CLI, using direct HTML/CSS/JS code, but the ManagePages with.