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.
 
 
 
 
 
Go to file
veypi 5daab97008 fix bug 2 months ago
api fix bug 2 months ago
auth fix bug 2 months ago
cfg upgrade new version 2 months ago
cli upgrade 2 months ago
docs fix bug 2 months ago
libs upgrade new version 2 months ago
models fix bug 2 months ago
scripts fix bug 2 months ago
ui remove html 3 months ago
.gitignore remove ignore makefile 4 years ago
LICENSE Initial commit 5 years ago
Makefile update 12 months ago
README.md fix bug 2 months ago
agents.md rename to vbase 3 months ago
dev.yml rename to vbase 3 months ago
go.mod update 3 months ago
go.sum update 8 months ago
init.go update 2 months ago
test.sh fix bug 2 months 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