Skip to content

一个简单的,基于RESTful api规范的,同时可直接编译使用也可以作为包复用的练手项目

Notifications You must be signed in to change notification settings

pantsugroups/erouser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ero User

一款使用RESTful API规范的,可作为execute直接编译使用的,也可以作为package倒入使用的用户信息管理API

使用第三方包

如果想要作为包引用进行二次开发,请详细阅读以下项目的文档

"github.com/urfave/cli"
"github.com/labstack/echo"
"github.com/jinzhu/gorm"

作为程序使用

编译

./install.bat | ./install.sh

运行

cd bin/
./erouser r --port 80

文档

./erouser -h

作为包引用

引用了本项目之后,请使用Hijack函数,接管本程序

然后使用LoadRoutes函数,加载本项目的路由。

About

一个简单的,基于RESTful api规范的,同时可直接编译使用也可以作为包复用的练手项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published