Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-v2

css3 database html5 postgresql rails-application rubocop-rails ruby-gem ruby-on-rails stylelint

Last synced: 6 days 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

        


Blog APP


## 📗 Table of Contents

- [Blog APP with RoR ](#blog-app-with-ror-)
- [🛠 Built With ](#-built-with-)
- [- Tech Stack ](#--tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Usage ](#usage-)
- [✍️ Authors ](#️-authors-)
- [👤 **Chere Lemma Urgaya**](#-chere-lemma-urgaya)
- [👤 **Wilhelm Naayole Kamulunga**](#-wilhelm-naayole-kamulunga)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)

# Blog APP with RoR

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
- Creating Posts
- Comment on Posts
- Like and Dislike Posts
- Delete Posts and Comments

(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-v2
```
cd rails-blog-app-v2

```

### 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 Urgaya**

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

### 👤 **Wilhelm Naayole Kamulunga**

- GitHub: [@githubhandle](https://github.com/WilhelmK109)
- Twitter: [@twitterhandle](https://twitter.com/ActiveK7)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/wilhelm-kamulunga-613675114/)

(back to top)

## 🔭 Future Features

- [] API documentation
- [] Add responsiveness

(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-v2/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)