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

https://github.com/alierpm/blogpress

BlogPress is a robust and user-friendly blogging platform developed with Ruby on Rails. Share your thoughts, stories, and insights effortlessly with this feature-rich web application.
https://github.com/alierpm/blogpress

blogging ruby ruby-gem ruby-on-rails

Last synced: about 2 months ago
JSON representation

BlogPress is a robust and user-friendly blogging platform developed with Ruby on Rails. Share your thoughts, stories, and insights effortlessly with this feature-rich web application.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

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

# 📖 BlogPress

> BlogPress is a functional website that showcases a list of posts and empowers readers to interact with them by:

- [x] Adding comments

- [x] Liking posts.

## 🛠 Built With

### Tech Stack

> This project was built with the following:

Client

Unit Testing

## 🚀 Live Demo

> Live Demo coming SOON!

- [Coming soon....](https://yourdeployedapplicationlink.com)

(back to top)

## 💻 Getting Started

> The following steps were used in creating this project:

1. Set up the project by creating a new directory from the generated repository.

2. Set up the repository on GitHub and use Gitflow.

3. Initialize the project with Rubocop linters.

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

### Prerequisites

In order to run this project, you need:

1. Ruby installed:
- On macOS using Homebrew:

```sh
brew install ruby
```

- On Windows or Linux, follow the installation instructions from [Ruby's official website](https://www.ruby-lang.org/en/documentation/installation/).

2. Rails Installed:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:
```sh
git clone https://github.com/AlierPM/BlogPress.git
```

### Install

Navigate to the BlogPress directory:

```sh
cd BlogPress
```

### Usage

Open the project in your preferred code editor:
```sh
cd BlogPress
code .
```

### Run project

To run from the local server, execute the following command:

```sh
rails server
```
### Run tests

To run tests, execute the following command:

```sh
rpec spec
```

(back to top)

## 🚀 Meet the Visionary

👤 **Alier Philip Maguet**

- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [@AlierPM](https://twitter.com/AlierPM)
- LinkedIn: [@AlierPM](https://www.linkedin.com/in/alierphilipmaguet/)

👤 **Ojwang Briton**

- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno](https://linkedin.com/in/briton-otieno)

(back to top)

---

## 🔮 Peek into the Future

> Exciting features awaiting their turn in the limelight.

- [x] **User-friendly login interface**
- [x] **Sparkling sign-up page**
- [x] **Share-worthy post feature**

(back to top)

---

## 🌟 Join the Adventure

Ready to contribute, share ideas, or spot an issue? We're all ears!

Check out the [issues page](../../issues/) to dive into the action.

(back to top)

---

## 🌈 Be the Wind Beneath Our Wings

> Your positive vibes and constructive feedback fuel our journey towards continuous improvement.

If you resonate with this project...

(back to top)

---

## 🎉 Gratitude Galore

> Special thanks to [Microverse](https://www.microverse.org/?grsf=0gzf37) for illuminating the path to becoming a stellar full-stack Ruby on Rails Developer.

(back to top)

---

## 💡 Curious Minds Ask

> Burning questions? Let's put out the fire.

- **How swiftly did the magic happen?**

- [x] Conjured up in just 5 days

- **Count of git conflicts vanquished?**

- [x] Successfully tamed more than five (5) conflicts

(back to top)

---

## 📜 Certified Authentic

This project is licensed under [MIT](./License).

(back to top)