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

https://github.com/hisoka37/rails_blog

Blog app is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.
https://github.com/hisoka37/rails_blog

devise ruby ruby-gem

Last synced: 11 months ago
JSON representation

Blog app is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.

Awesome Lists containing this project

README

          

# Blog app

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Blog app

**Blog app** is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.

## 🛠 Built With

### Tech Stack

Ruby on Rails

### Key Features

- **Showcase Posts**
- **Add comments**
- **Add likes**

(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:

- Install Ruby
- Install Rails
- Install Postgresql

### Setup

Clone this repository to your desired folder:

```sh
cd Rails_Blog
git clone https://github.com/Hisoka37/Rails_Blog.git
```

### Install

Install this project with:

```sh
bundle install
```
```sh
gem install rspec
```
```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
```
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rubocop --color
```
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
rspec
```

## 👥 Authors

👤 **Walid Kabboussa**

- GitHub: [@Hisoka37](https://github.com/Hisoka37)
- Twitter: [@KBwalid9](https://twitter.com/KBwalid9)
- LinkedIn: [Walid Kabboussa](https://www.linkedin.com/in/walidkb/)

👤 **Kevin Toro**
- GitHub: [@torobucii](https://github.com/torobucci)
- Twitter: [@torobucii](https://twitter.com/@torobucii)
- LinkedIn: [Kevin Toro](https://www.linkedin.com/in/kevin-toro-047181238/)

(back to top)

## 🔭 Future Features

- [ ] **[Add call feature]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Hisoka37/Rails_Blog/issues).

(back to top)

## ⭐️ Show your support

If you like this project please show support by star it ⭐️.

(back to top)

## 🙏 Acknowledgments

* I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.

(back to top)

## 📝 License

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

(back to top)