Skip to content

backEnd for mentorChat, a project for homework in BUAA mentor project

Notifications You must be signed in to change notification settings

rayline/mentorChatBackend

Repository files navigation

mentorChatBackend

backEnd for mentorChat, a project for homework in BUAA mentor project

INSTALLATION

The program relys on Redis and upsetly, Redis has no windows binaries so you can only install it on OS like linux or Mac
Since it is just a pre-release, you may have to install it manually, including fixing dependencies yourself, here is what we need

  • Redis Server (go download at redis.io)
  • Go tools (please go to golang.org/dl to download and install one since the one on apt-get repo is ridiculously old)
  • beego (go get "github.com/astaxie/beego")
  • redigo (go get "github.com/garyburd/redigo/redis")

And then with go build you can "easily" build and run the server With app.conf you will be able to adjust some settings

About

backEnd for mentorChat, a project for homework in BUAA mentor project

Resources

Stars

Watchers

Forks

Packages

No packages published