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 3 months ago
api validate resource 3 months ago
auth validate resource 3 months ago
cfg upgrade new version 3 months ago
cli upgrade 3 months ago
docs fix bug 3 months ago
libs upgrade new version 3 months ago
models fix bug 3 months ago
scripts fix bug 3 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 3 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 3 months ago
test.sh fix bug 3 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