Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.1 KB

rails-blog-2

This a basic blog site with a single admin user. Alt text

Introduction

A blog owner can log-in and submit a new post. Comments can be made as well by readers. The admin user has access to delete posts as well as delete comments.

This is based on the blog site that Mackenzie Child: How to build a blog in rails 4 has build. However it has been built using Rails 5.

For more information, see Mackenzie Child.

Software Versions

  • Rails 5.0.1
  • Ruby 2.3.0
  • RVM 1.29.1

Features

These are some of the features that have been added to the web page.

  • A Post model and controller along with relevant views
  • A Comment model associated with the Post model such that users can add comment for each Post
  • User Authentication with devise Gem
  • Front-end styling

Further information

Rails Commands

Commands used to create models and controllers. link

Snapshots

These are snapshots of the various pages of the app. link