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

https://github.com/jasonmdev/rails-blog-2

This a basic blog site with a single admin user. 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.
https://github.com/jasonmdev/rails-blog-2

blog bootstrap-sass rails ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

This a basic blog site with a single admin user. 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.

Awesome Lists containing this project

README

          

# rails-blog-2
This a basic blog site with a single admin user.
![Alt text](app/assets/images/frontpage_admin.jpg?raw=true "Hompage")

## 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*](https://mackenziechild.me/) has build.
However it has been built using Rails 5.

For more information, see [*Mackenzie Child*](https://mackenziechild.me/).

## 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*](COMMANDS.md)

### Snapshots
These are snapshots of the various pages of the app.
[*link*](SNAPSHOTS.md)