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

https://github.com/simongideon/blog_app

This is Blog Post app that allow the users to interuct freely through likes comments and share
https://github.com/simongideon/blog_app

Last synced: about 1 year ago
JSON representation

This is Blog Post app that allow the users to interuct freely through likes comments and share

Awesome Lists containing this project

README

          

BLOG POST

# 📗 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)
- [📝 License](#license)

# 📖 MY BLOG POSTS

> This project enables different user to post like and comment on posted updates.

## 🛠 Built With

### Tech Stack
> This projjject was built with the following technologies

Client

Server

Database

### Key Features

> The project has the following features.

- **Like a post from another user**
- **Comment a post from another user**
- **Make a post**

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:SimonGideon/Blog_posts.git
```

### Install

Install this project with:

```sh
cd Blog_posts
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails s
```

### Run tests

To run tests, run the following command:

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

(back to top)

## 👥 Authors

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)

(back to top)

## 🔭 Future Features

> The following will be implemented on future updates.

- [ ] **Users will be able to share other posts to their profile**
- [ ] **Follow users**
- [ ] **Follow counts**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project feel free to star the projecta and request improve ment through the issues section

(back to top)

## 🙏 Acknowledgments

I would like to thank me for beign focus and having a positive mind to learn new things.

(back to top)

## 📝 License

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

(back to top)