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

https://github.com/microverse-fullstack-program/rails-blog-app-v1

This project is all about a simple blog application where a user can post anything and other users can comment and like the post
https://github.com/microverse-fullstack-program/rails-blog-app-v1

Last synced: about 1 year ago
JSON representation

This project is all about a simple blog application where a user can post anything and other users can comment and like the post

Awesome Lists containing this project

README

          


Items Catalog


## 📗 Table of Contents

- [Catalog Ruby ](#catalog-ruby-)
- [🛠 Built With ](#-built-with-)
- [- Tech Stack ](#--tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Installation ](#installation-)
- [Usage ](#usage-)
- [Run tests ](#run-tests-)
- [✍️ Authors ](#️-authors-)
- [👤 **Chere Lemma**:](#-Chere-Lemma)
- [👤 **Ismail ALi**:](#-ismail-ali)
- [👤 **Salomon Tshobohwa**:](#-Salomon-Tshobohwa)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)

# Catalog Ruby

This project is all about a simple blog application where a user can post anything and other users can comment and like the post

## 🛠 Built With

### - Tech Stack

### Key Features

- Active Records Migration
- Data Model

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need [Ruby](https://www.ruby-lang.org/en/) and [Ruby on Rails](https://rubyonrails.org/) installed on your machine.

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Microverse-Fullstack-Program/rails-blog-app
```
cd rails-blog-app

```

### Installation

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## ✍️ Authors

### 👤 **Chere Lemma**

- GitHub: [@cherelemma](https://github.com/cherelemma)
- LinkedIn: [@chere-lemma27211613](https://www.linkedin.com/in/chere-lemma27211613)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)

(back to top)

## 🔭 Future Features

- [] Processing data in models.
- [] Views.
- [] Forms
- [] Validations, Model specs, and n+1 problems.
- [] Add Devise.
- [] Add authorization rules.
- [] Integration specs for Views.
- [] Add API endpoints.
- [] API documentation.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/rails-blog-app/issues).

(back to top)

## 💖 Show your support

If you like this project, please consider giving it a 🌟.

(back to top)

## 🙏 Acknowledgments

We would like to thank microverse for serving this opprtunity and their invaluable resources.

(back to top)

## 📝 License

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

(back to top)