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

https://github.com/faranoshamini/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.
https://github.com/faranoshamini/blog-app

Last synced: 3 months ago
JSON representation

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.

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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [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]** 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

Server

Database

### Key Features

- **[Add posts]**
- **[Add comments]**
- **[Add Likes]**

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

> gem install rails

### Setup

Clone this repository to your desired folder:

> cd my-folder

> git clone https://github.com/FaranoshAmini/Blog-App.git

### Install

Install this project with:

> cd Blog-App

> bundle install

### Usage

To run the project, execute the following command:

> rails server

### Run tests

To run tests, run the following command:
> rspec spec

(back to top)

## 👥 Author

👤 **Faranosh Amini**

- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)

(back to top)

## 🔭 Future Features

- [ ] **[Users ables to like posts]**
- [ ] **[Users ables to comment posts]**

(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 don't forget to give star to my project.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for give me this opportunity to work on this rails project.

(back to top)

## 📝 License

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

(back to top)