Mentor-Me is a simple mentor matchmaking app. Users can sign up as a mentor and/or mentee. Mentors can list a skill they'd like to mentor in along with their level of expertise in said skill. Mentees can search for mentors by skill and level. A mentee can submit a request for mentorship upon finding a desired mentor. The mentor can then accept or reject the request. Upon acceptance, the mentor and mentee will receive each other's contact information.
This is the front-end for the Mentor Me project, this time using Beego. You can find the API here.
- Install Go
- You may need to add $GOPATH/bin to your $PATH
- Install Beego
- Install dep -
go get -u github.com/golang/dep/...
- Run
dep ensure
to resolve dependencies - Run
bee run -downdoc=true -gendoc=true
to generate documentation and run the server
To play with static front-end assets, see localhost:8080/static/example.html
once you have the server running.