Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 608 Bytes

phonebook

An application which allows to manage users and their phones, a simple phonebook that is.

Stack

  • Go
  • Js
  • Websockets as a transport, JSON RPC as a communcation protocol
  • dep as a dependency management tool for Go
  • MySQL

Steps to Run

  1. Install MySQL
  2. go get github.com/Darkren/phonebook
  3. cd ~/go/src/github.com/Darkren/phonebook
  4. go get github.com/Darkren/go-config
  5. go get github.com/Darkren/graceful
  6. go get github.com/go-sql-driver/mysql
  7. go get github.com/gorilla/mux
  8. go get github.com/gorilla/websocket
  9. mysql -u root -p < initdb.sql
  10. go build
  11. ./phonebook