You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
veypi 5daab97008 fix bug 1 week ago
api fix bug 1 week ago
auth fix bug 1 week ago
cfg upgrade new version 1 week ago
cli upgrade 1 week ago
docs fix bug 1 week ago
libs upgrade new version 1 week ago
models fix bug 1 week ago
scripts fix bug 1 week ago
ui remove html 2 weeks ago
.gitignore remove ignore makefile 4 years ago
LICENSE Initial commit 5 years ago
Makefile update 10 months ago
README.md fix bug 1 week ago
agents.md rename to vbase 3 weeks ago
dev.yml rename to vbase 3 weeks ago
go.mod update 2 weeks ago
go.sum update 6 months ago
init.go update 1 week ago
test.sh fix bug 1 week ago

README.md

VBase

基于 vhtml/vigo 框架实现,提供用户认证、数据库存储、文件存储等功能。

测试

//重置数据库
go run cli/main.go db drop && go run cli/main.go db migrate
go run cli/main.go -p 4000