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

https://github.com/bhushan354/blog-app-rails

In this Blog app , user can perform CRUD operation on Blog made by him .User can add comments and likes on other users posts as a authenticated user.
https://github.com/bhushan354/blog-app-rails

cancancan devise postgresql ruby ruby-on-rails

Last synced: 6 months ago
JSON representation

In this Blog app , user can perform CRUD operation on Blog made by him .User can add comments and likes on other users posts as a authenticated user.

Awesome Lists containing this project

README

          


logo


Rails-Blog-App

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Rails-Blog-App\] ](#-rails-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [Rails-Blog-App]

**[Rails-Blog-App]** is a website built with RUBY on RAILS which empowers the readers and give them quality content

## 🛠 Built With

### Tech Stack

Language

### Key Features

- Creates Blog-post.

(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
sudo apt install postgresql postgresql-contrib
```

### Setup

Clone this repository to your desired folder:

``` sh
git clone git@github.com:bhushan354/Rails-Blog-App.git
```

### Install

Install this project with:
``` sh
bundle install
```

### Usage

To run tests, run the following command:
``` sh
cd Rails-Blog-App
```

``` sh
rails s
```

(back to top)

## 👥 Authors

👤 **Bhushan Deshmukh**

- GitHub: [@bhushan354](https://github.com/bhushan354)
- LinkedIn: [@bhushan354](https://www.linkedin.com/in/bhushan-deshmukh-5777851b1/)

## 🔭 Future Features

- [ ] **[Add create blog functionality]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bhushan354/Rails-Blog-App/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please stay tune for more features

(back to top)

## 🙏 Acknowledgments

- stanley Ramos

(back to top)

## ❓ FAQ

- **[How to use Rails-Blog-App interface in `irb`?]**
``` sh
irb
```

(back to top)

## 📝 License

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

(back to top)