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

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

A blog app is a powerful and convenient tool for content creation and sharing. It allows users to craft and post content in an organized and efficient manner, so that their work can reach a wider audience.
https://github.com/skyv26/blog-app

Last synced: about 1 year ago
JSON representation

A blog app is a powerful and convenient tool for content creation and sharing. It allows users to craft and post content in an organized and efficient manner, so that their work can reach a wider audience.

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 Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog App

> The Blog app is a classic blog design website. ln which we can create, show the list of posts and empower readers to interact with them by adding comments and liking posts.

**[LBlog App** is a ruby blog website.

## 🛠 Built With

### Tech Stack

> Blog App is backend project

Database

### Key Features

> We can do CRUD operations on following things:

- **Posts**
- **Comments**
- **Likes**
- **Users**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Comming Soon 🎈]()

(back to top)

## 💻 Getting Started

> In order to start with this project do as follows :

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:

`git clone https://github.com/skyv26/Blog-App.git`

then

`cd Blog-App`

### Install

Install this project with:

`bundle install`

### Usage

`rails s`

### Run Linters

To run tests, run the following command:

`rubocop`

OR

`rubocop -a`

**it will automatically correct the errors**

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👨‍💻 **Aakash Verma**

- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)

👨‍💻 **Bantealem Geto**

- GitHub: [@skyv26](https://github.com/bantealem)
- Twitter: [@vrma_aakash](https://twitter.com/BantealemG)
- LinkedIn: [skyv2022](https://linkedin.com/in/bantealem-geto-a301b9213)

(back to top)

## 🔭 Future Features

> In upcoming weeks I will add some features as mentioned below

- [ ] **Authentication and Authorization**
- [ ] **API & Documentation**
- [ ] **High-Fidelity UI**
- [ ] **JWT Authentication**

(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

> Write a message to encourage readers to support your project

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

## 🙏 Acknowledgments

❤️ [RoR Documentation](https://guides.rubyonrails.org)

(back to top)

## 📝 License

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

(back to top)