Skip to content

Q1mi/bubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8009e7 · May 21, 2023

History

13 Commits
Apr 23, 2020
Apr 23, 2020
May 21, 2023
Apr 23, 2020
Apr 23, 2020
Apr 23, 2020
Apr 23, 2020
Apr 23, 2020
Apr 23, 2020
May 21, 2023
Feb 23, 2021
May 21, 2023
Nov 5, 2019
May 21, 2023
May 21, 2023
May 21, 2023

Repository files navigation

bubble清单

一个基于gin+gorm开发的练手小项目,通过该项目可初识go web开发该有的姿势。

前端页面基于vue和ElementUI开发,对前端不熟悉的童鞋可直接下载templatesstatic文件夹下的内容使用。

前端部分源码地址:bubble_frontend

使用指南

下载

git clone https://github.com/Q1mi/bubble.git

配置MySQL

  1. 在你的数据库中执行以下命令,创建本项目所用的数据库:
CREATE DATABASE bubble DEFAULT CHARSET=utf8mb4;
  1. bubble/conf/config.ini文件中按如下提示配置数据库连接信息。
port = 9000
release = false

[mysql]
user = 你的数据库用户名
password = 你的数据库密码
host = 你的数据库host地址
port = 你的数据库端口
db = bubble

编译

go build

执行

Mac/Unix:

./bubble conf/config.ini

Windows:

bubble.exe conf/config.ini

启动之后,使用浏览器打开http://127.0.0.1:9000/即可。 example.png

About

a sample demo base on gin and gorm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published