Giter Club home page Giter Club logo

wobbs's Introduction

启动

  1. 克隆项目:https://github.com/novohit/wobbs.git
  2. 修改配置文件 wobbs/wobbs-server/config/config.yaml,主要修改数据库、redis相关配置。
  3. 创建数据库 wobbs
  4. 启动后端服务,运行 wobbs/wobbs-server/main.go,会自动创建表。
  5. 启动前端服务,进入 wobbs-frontend 目录,执行 npm run dev
  6. 浏览器访问 http://localhost:8080,可以看到如下页面:

image-20230201151611673

表示启动成功。

功能介绍

go练手demo

技术栈

  • Gin
  • Gorm
  • MySQL
  • Redis
  • Vue
  • 鉴权:jwt
  • 配置文件管理:viper
  • 分布式ID:snowflake
  • 参数校验:validator
  • 日志库:zap
  • 热重启:air

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.