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

https://github.com/elijahdre/blog-app

This is an educational project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/elijahdre/blog-app

blog microverse microverse-projects microverse-students rails ruby ruby-on-rails rubygem

Last synced: 2 months ago
JSON representation

This is an educational project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

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)

# 📖 [Blog app]

**[Blog app]** is an app that connects authors, posts and their comments using Ruby on Rails.

## 🛠 Built With
- Ruby
- Rails
- Gem
- postgresql

### Tech Stack

Database

### Key Features

- **[MVC]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://yourdeployedapplicationlink.com)

(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 [email protected]:Elijahdre/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
```

## 👥 Authors

👤 **Author1**

- GitHub: [![GitHub Badge](https://img.shields.io/badge/-Elijahdre-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/Elijahdre)
- Twitter: [![Twitter Badge](https://img.shields.io/badge/-kingglijah-white?logo=Twitter&logoColor=1DA1F2&style=plastic)](https://twitter.com/kingglijah)
- LinkedIn: [![LinkedIn Badge](https://img.shields.io/badge/-Elijah--Odjegba-white?logo=LinkedIn&logoColor=0A66C2&style=plastic)](https://www.linkedin.com/in/elijah-odjegba-862708179/)

(back to top)

## 🔭 Future Features

- [ ] **[Adding comments]**
- [ ] **[Add posts]**
- [ ] **[Add likes]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Elijahdre/blog-app/issues).

(back to top)

## ⭐️ Show your support

Drop a ⭐️ if you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse

(back to top)

## 📝 License

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

(back to top)