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

https://github.com/benm4k/blogapp

A versatile blogging platform developed with Ruby on Rails. Share your thoughts, ideas, and stories with the world through this user-friendly blog application. Customize your content, engage with your audience
https://github.com/benm4k/blogapp

postgresql ruby ruby-on-rails

Last synced: 6 months ago
JSON representation

A versatile blogging platform developed with Ruby on Rails. Share your thoughts, ideas, and stories with the world through this user-friendly blog application. Customize your content, engage with your audience

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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog App

**Blog App** is a a web app that allow user to write blogs, comment and like other users blogs. It's essentially build in Ruby on Rails.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Add a Blog**
- **Like a blog**
- **Comment a blog**
- **Edit a blog**
- **Delete a blog**
- **User auth**
- **User autorization**

(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: apt install ruby-full
- Bundler: gem install bundler
- Rails: gem install rails

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:BenM4k/BlogApp.git
```

### Install

Install this project with:

```sh
cd BlogApp
gem install
bundle install
```
### Usage

To run the project, execute the following command:

```sh
rails db:create
rails server
```
### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```

(back to top)

## 👥 Authors

👤 **Benedict Makomo**

- GitHub: [Github](https://github.com/BenM4k)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/benedict-makomo/)
- X: [X](https://twitter.com/______ANOMALY)

(back to top)

## 🔭 Future Features

- [ ] **User Session**
- [ ] **User cookies**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project, I encourage you to clone, fork, contribute, and consider adding a ⭐️. Our community and knowledge grows with each engagement.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the idea for this project.

(back to top)

## 📝 License

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

(back to top)