Skip to content

logankmcneely/zeta-blog

Repository files navigation

Zeta Blog Application

This is a blogging application hosted at https://mcneely-zeta-blog.herokuapp.com/

Please be aware that the application may be in Heroku's sleep mode and initial loading of the page may take a moment.

Setup
Built Using

Create, Read, and Like Articles.

Find Articles
Read Articles

Find Articles by Categories

Search Categories
Look at Articles in Category

Like and Refer to Your Liked Articles

Liked Articles

Responsive Design for Mobile

Find Bloggers
Responsive Design

Setup

  • Clone repo.
  • In the project's root folder run:
    bundle
    
  • Then run:
    rails db:migrate
    
  • And finally run:
    rails s
    

Built Using