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.
- Host: GitHub
- URL: https://github.com/hisoka37/rails_blog
- Owner: Hisoka37
- License: mit
- Created: 2023-06-14T12:09:49.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-28T22:21:32.000Z (about 3 years ago)
- Last Synced: 2025-04-02T09:21:26.361Z (over 1 year ago)
- Topics: devise, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Ruby on Rails
- **Showcase Posts**
- **Add comments**
- **Add likes**
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
```
👤 **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/)
- [ ] **[Add call feature]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hisoka37/Rails_Blog/issues).
If you like this project please show support by star it ⭐️.
* I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.
This project is [MIT](./LICENSE) licensed.