weread

command module
v0.0.0-...-af63903 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

README

说明

这个项目是一个图书馆的图书管理程序。 基于go语言的beego框架。 项目还参考了beego admin的代码,在此感谢!

后台部分部署配置

建议基于linux来部署。当然,基于go语言的跨平台特性,也可以在windows上部署。

首先要下载go语言安装包下载链接download link

配置好两个环境变量。GOPATH和GOROOT。 GOROOT是安装目录,GOPATH是项目目录,下载的工具包、项目代码要放到这里来。

golang的环境配置好之后。执行下面的命令,下载相关需要的包。

go get -u -v github.com/beego/bee
go get -u -v github.com/astaxie/beego
go get -u -v github.com/go-sql-driver/mysql

TODO

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
记载所有图书馆活动,包括管理员添加图书、用户借阅、归还图书 这个表很庞大,要考虑分表之类的事情
记载所有图书馆活动,包括管理员添加图书、用户借阅、归还图书 这个表很庞大,要考虑分表之类的事情

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL