Skip to content

glebson1988/alphablog

Repository files navigation

ALPHA BLOG - simple blog, when you can sign up (sign in) and create your own articles.

Objects:

  • Article
  • Category
  • User (with admin restricts)

Ruby & Rails version

  • ruby 2.6.3
  • rails 5.2.3

Tests

  • Only for categories

Authentication

  • gem 'bcrypt'

Views

  • bootstrap
  • pagination (gem 'will_paginate')
  • using Gravatar

DB

  • sqlite3

Initial:

bundle
rails db:create
rails db:migrate

Using App:

http://localhost:3000

Run tests:

rails test

About

First Rails App of the Complete RoR course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published