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.
- Host: GitHub
- URL: https://github.com/alierpm/blogpress
- Owner: AlierPM
- License: mit
- Created: 2024-01-10T16:28:05.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-02T08:23:10.000Z (over 2 years ago)
- Last Synced: 2025-02-04T13:44:14.481Z (over 1 year ago)
- Topics: blogging, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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 is a functional website that showcases a list of posts and empowers readers to interact with them by:
- [x] Adding comments
- [x] Liking posts.
> This project was built with the following:
Client
Unit Testing
> Live Demo coming SOON!
- [Coming soon....](https://yourdeployedapplicationlink.com)
> 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
```
## 🚀 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)
---
> Exciting features awaiting their turn in the limelight.
- [x] **User-friendly login interface**
- [x] **Sparkling sign-up page**
- [x] **Share-worthy post feature**
---
Ready to contribute, share ideas, or spot an issue? We're all ears!
Check out the [issues page](../../issues/) to dive into the action.
---
## 🌈 Be the Wind Beneath Our Wings
> Your positive vibes and constructive feedback fuel our journey towards continuous improvement.
If you resonate with this project...
---
> Special thanks to [Microverse](https://www.microverse.org/?grsf=0gzf37) for illuminating the path to becoming a stellar full-stack Ruby on Rails Developer.
---
> 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
---
This project is licensed under [MIT](./License).