项目作者: sadovnik

项目描述 :
A simple feed reader app https://reader-app.herokuapp.com
高级语言: Ruby
项目地址: git://github.com/sadovnik/reader.git
创建时间: 2017-03-29T11:36:51Z
项目社区:https://github.com/sadovnik/reader

开源协议:

下载


Reader screenshot

Reader

Reader is a simple feed reader app.

Background

I am learning Rails. To discover all quirks of it I started from naive implementation of this app. As I get comfortable with current implementation I will introduce new tools and refactor stuff. To make refactoring process less painful I try to write as much functional tests as I can.

Development

Install

  1. make install

Run server

  1. make

Run tests

  1. make test

Build Status 👀