davetoxa

Rails - A Simple Approach | simple app for educational purposes

Stars
8

Rails - A Simple Approach

This is a simple app for educational purposes 👍 😃

  • 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