Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abigiyaty/blog_app

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
https://github.com/abigiyaty/blog_app

bootstrap5 css3 html5 ruby-on-rails

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[ Blog App\] ](#--blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Authors](#authors)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 [ 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.
5. Set up associations between models.
6. Write SQL queries with Active Record
7. Use preprocessed HTML file with embedded Ruby code.
8. Use layouts and templates for shared content.
9. Build a web app that requires the user to log in.
10. 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

- [Live Demo Link](https://blog-app-l842.onrender.com)

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]**:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with **[package manager]**:

```sh
cd Blog_app
gem install
rails db:migrate
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## Authors

👤 **Abigiya Tadesse**

* GitHub: [@AbigiyaTY](https://github.com/AbigiyaTY)
* Twitter: [@AbigiyaTY](https://twitter.com/AbigiyaTY)
* LinkedIn: [@AbigiyaTY](https://www.linkedin.com/in/AbigiyaTY)

👤**Elie Harfouche**

- GitHub: [@X-Elie-X](https://github.com/X-Elie-X)
- LinkedIn: [@Elie Harfouche](https://www.linkedin.com/in/elie-m-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](../../issues/).

## ⭐️ Show your support

If you like this project...

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.