Skip to content

The Blog-app is a website built with Ruby on Rails which is a classic example of a fully functional blog website.

Notifications You must be signed in to change notification settings

mengiefen/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App - Ruby on Rails

The Blog-app is a classic example of a blog website that is fully functional website. It includes the list of posts and empower readers to interact with them by adding comments and liking posts. The app is built condidering the following data model(Entity Relationship Diagram):

Built with

- Major languages: Ruby, Ruby on Rails
- Technologies used: Rubocop, Gitflow, RSpec

Prerequisites

- Ruby installed on local system
- npm ( Node Package Manager )
- Git and Github Account
- Yarn 

Getting Started

To get a local copy up and running follow these simple example steps.

  • Open terminal

  • Change to the desired directory then run the following:

    • run git clone git@github.com:mengiefen/blog-app.git
    • cd blog-app/
    • git switch feature/app-forms
    • run yarn install
    • run bundle install
    • run rails db:create
    • run rails db:migrate

Running the Application

*Steps to excute the app locally

  • Run rails s in the console at working directory

Authors

👤 Mengstu Fentaw

👤 Ivan Silva

Contributers

📝 License

This project is MIT licensed.

About

The Blog-app is a website built with Ruby on Rails which is a classic example of a fully functional blog website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published