Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/pomo-server

A pomodoro time management app's server
https://github.com/zonyitoo/pomo-server

Last synced: 3 months ago
JSON representation

A pomodoro time management app's server

Awesome Lists containing this project

README

        

Pomo Server
-----------

A pomo server for Pomo App.

Dependences
===========

* Revel_

.. _Revel: http://robfig.github.io/revel

* mgo_

.. _mgo: http://labix.org/mgo

* gomemcache_

.. _gomemcache: https://github.com/bradfitz/gomemcache

Usage
=====

.. code:: bash

cd pomo-server
export GOPATH=$PWD # set current directory as $GOPATH
go get github.com/robfig/revel/revel # Get Revel web framework
export PATH=$PWD/bin:$PATH # Add bin directory to $PATH
go get labix.org/v2/mgo # Get mgo
go get github.com/bradfitz/gomemcache # Get gomemcache
revel run pomo-server