Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baayeh/blog_app


https://github.com/baayeh/blog_app

Last synced: 5 days ago
JSON representation

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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ“ License](#license)

# πŸ“– [Blog App]

**The Blog App** is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **[Create posts]**
- **[Comment on posts]**
- **[Like posts]**

(back to top)

## πŸš€ Live Demo

- Coming soon....

(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:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Baayeh/blog_app.git
```

### Install

Install this project with:

```sh
cd my-project
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [@Baayeh](https://github.com/Baayeh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kabaayeh)

πŸ‘€ **Author2**

- GitHub: [@Okechukwu-muokwugwo](https://github.com/Okechukwu-muokwugwo)

(back to top)

## πŸ”­ Future Features

- [ ] **[Like a post]**
- [ ] **[Comment on a post]**
- [ ] **[Follow a user]**

(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, kindly give it a star⭐️

(back to top)

## πŸ“ License

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

(back to top)