All Projects → Away0x → Goweibo

Away0x / Goweibo

Go Weibo App

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Goweibo

Gin bbs
Gin BBS App
Stars: ✭ 123 (-49.38%)
Mutual labels:  gorm, gin, sass
Logrus
Hooks for logrus logging
Stars: ✭ 110 (-54.73%)
Mutual labels:  echo, gorm, gin
Goview
Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
Stars: ✭ 213 (-12.35%)
Mutual labels:  echo, gin
Phalgo
phalgo 已经更换为 https://github.com/sunmi-OS/gocore phalgo不在维护
Stars: ✭ 110 (-54.73%)
Mutual labels:  echo, gorm
Zendea
A free, open-source, self-hosted forum software written in Go 官方QQ群:656868
Stars: ✭ 116 (-52.26%)
Mutual labels:  gorm, gin
Ginbro
Converting a MySQL database'schema to a RESTful golang APIs app in the fastest way
Stars: ✭ 97 (-60.08%)
Mutual labels:  gorm, gin
Ugin
UGin is an API boilerplate written in Go (Golang) with Gin Framework.
Stars: ✭ 110 (-54.73%)
Mutual labels:  gorm, gin
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+632.51%)
Mutual labels:  gorm, gin
Go Gin Api
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用 等等。
Stars: ✭ 730 (+200.41%)
Mutual labels:  gorm, gin
Gosql
golang orm and sql builder
Stars: ✭ 141 (-41.98%)
Mutual labels:  gorm, gin
Go Http Metrics
Go modular http middleware to measure HTTP requests independent of metrics backend (with Prometheus and OpenCensus as backend implementations) and http framework/library
Stars: ✭ 128 (-47.33%)
Mutual labels:  echo, gin
Cmall Go
golang写的电子商城的API接口
Stars: ✭ 167 (-31.28%)
Mutual labels:  gorm, gin
Duckygo
一个同时支持Session以及JWT的高性能高可用 Golang Restful API 脚手架 !
Stars: ✭ 57 (-76.54%)
Mutual labels:  gorm, gin
Goforum
Let's go a forum
Stars: ✭ 23 (-90.53%)
Mutual labels:  gorm, gin
Wblog
基于gin+gorm开发的个人博客项目
Stars: ✭ 763 (+213.99%)
Mutual labels:  gorm, gin
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+529.63%)
Mutual labels:  gorm, gin
Go Gin Example
An example of gin
Stars: ✭ 4,992 (+1954.32%)
Mutual labels:  gorm, gin
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+153.09%)
Mutual labels:  gorm, gin
Go init
一个用go组织项目结构,主要包括 gin, goredis, gorm, websocket, rabbitmq等。👉
Stars: ✭ 183 (-24.69%)
Mutual labels:  gorm, gin
Goilerplate
Clean Boilerplate of Go, Domain-Driven Design, Clean Architecture, Gin and GORM.
Stars: ✭ 173 (-28.81%)
Mutual labels:  gorm, gin

goweibo

Go Weibo App

后端项目结构

前端

启动项目

部署

Npm Scripts

项目结构目录

展开查看

├── assets           图片字体等资源
│
├── components       公用组件
│
├── config           配置
│
├── constants        常量
│
├── containers       状态容器
│
├── events           事件 (通常用于 view 和 services/tools 的解耦)
│
├── layouts          布局
│
├── pages            页面
│
├── routes           路由
│
├── services         数据层 (网络数据/本地存储数据/mock 数据)
│
├── styles           样式
│
├── tools            工具
│
├── typings          类型定义
│
├── App.tsx          根组件
│
└── index.tsx        入口

其他

vscode

扩展
  • EditorConfig
  • Prettier
  • ESLint
  • vscode-styled-components
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].