shadz22 / alpha-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha Blog


Outline

This is a Ruby on rails application, which allows users to create blogs/articles and have access to other users' blogs/articles. They can add categories to their articles, this means all the articles of a specific category can be viewed in that category's show page. The user muts be logged in to be able to create a new article or to amend their profile, but they don't have to be logged in to view other users's articles. Only an Admin can edit other users' articles or create new categories.


Getting started

You need to fork and clone this repo and type the following instructions in the command line:

bundle install
rails db:migrate

Running the program


Start server

$ rails server

View in browser

localhost:3000

Built with

  • Ruby version 2.6.3

  • Rails version 6.0.3.2


Deployment via heroku

https://rails-6-alpha-blog.herokuapp.com

Screenshots of some of the pages


Homepage


Bloggers page


Sign up page


Articles page


Create New Article


About


Languages

Language:Ruby 57.4%Language:HTML 32.8%Language:JavaScript 5.6%Language:SCSS 3.2%Language:CSS 1.0%