Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davetoxa/davetoxa

Rails - A Simple Approach | simple app for educational purposes
https://github.com/davetoxa/davetoxa

ansible capistrano codeclimate postgresql rails ruby travis-ci

Last synced: 3 months ago
JSON representation

Rails - A Simple Approach | simple app for educational purposes

Awesome Lists containing this project

README

        

Rails - A Simple Approach
====

[![Build Status](https://travis-ci.org/davetoxa/davetoxa.svg?branch=master)](https://travis-ci.org/davetoxa/davetoxa)
[![Code Climate](https://codeclimate.com/github/davetoxa/davetoxa/badges/gpa.svg)](https://codeclimate.com/github/davetoxa/davetoxa)
[![Test Coverage](https://codeclimate.com/github/davetoxa/davetoxa/badges/coverage.svg)](https://codeclimate.com/github/davetoxa/davetoxa/coverage)

### This is a simple app for educational purposes :+1: :smiley:
* Simple blog platform with comments
* Github auth
* Search
* Subscribtions

## Setup

* `git clone [email protected]:davetoxa/davetoxa.git`
* `bundle install`
* `cp .env.example .env` and configure
* `rake db:setup`
* add your github nickname to `secrets.yml` (for admin feature)
* setup github application for auth

## Tech
* Ruby on Rails 5
* Ruby 2.4
* Ansible for provisioning