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 dea82e80a1 validate resource 1 month ago
api validate resource 1 month ago
auth validate resource 1 month ago
cfg upgrade new version 1 month ago
cli upgrade 1 month ago
docs fix bug 1 month ago
libs upgrade new version 1 month ago
models fix bug 1 month ago
scripts fix bug 1 month ago
ui remove html 1 month ago
.gitignore remove ignore makefile 4 years ago
LICENSE Initial commit 5 years ago
Makefile update 10 months ago
README.md fix bug 1 month ago
agents.md rename to vbase 1 month ago
dev.yml rename to vbase 1 month ago
go.mod update 1 month ago
go.sum update 7 months ago
init.go update 1 month ago
test.sh fix bug 1 month 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