Skip to content

A Blog app is a classic example of a blog website. The app allows users to see lists of posts and for empowered readers to interact with them by adding comments and liking posts. Built with Ruby on Rails

Notifications You must be signed in to change notification settings

AbigiyaTY/Blog_app

Repository files navigation

📗 Table of Contents

📖 [ Blog App]

Description the project.

  1. Install Ruby on Rails framework.
  2. Use Ruby Gems as a software packages system.
  3. Understand what ORM is.
  4. Use database migration files to maintain database schema.
  5. Write tests for models, controllers, system.
  6. Set up associations between models.
  7. Write SQL queries with Active Record
  8. Use preprocessed HTML file with embedded Ruby code.
  9. Use layouts and templates for shared content.
  10. Build a web app that requires the user to log in.
  11. Use devise gem for authentication.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Create a blog post
  • Give like, comment for the post

back to top

🚀 Live Demo

back to top

💻 Getting Started

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

  1. Open terminal or cmd on you local machine and navigate to your desired directory.
  2. Run 'git clone clone https://github.com/AbigiyaTY/Blog_app.git'
  3. Run 'code'

Prerequisites

In order to run this project you need [describe prerequisites]:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/AbigiyaTY/Blog_app.git
  cd Blog_app

Install

Install this project with [package manager]:

  cd Blog_app
  gem install
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

(back to top)

Authors

👤 Abigiya Tadesse

👤Elie Harfouche

(back to top)

🔭 Future Features

Features of this project.

  • User Authentication
  • CRUD Operations

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project...

(back to top)

📝 License

This project is MIT licensed.

About

A Blog app is a classic example of a blog website. The app allows users to see lists of posts and for empowered readers to interact with them by adding comments and liking posts. Built with Ruby on Rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published