Skip to content

Darkren/phonebook

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published