Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/rubydevi/blog-app

rails ruby ruby-on-rails

Last synced: 6 days ago
JSON representation

A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

        

# blog-app

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 blog-app ](#-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-)
- [📝 License ](#-license-)

# 📖 Blog App

A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Users can also register and signin to manage their own posts and comments.

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

- MVC
- Integration Specs
- Authentication & Authorization
- API Endpoints

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB]().

### Setup

Clone this repository to your desired folder:

```
git clone [email protected]:rubydevi/blog-app.git
```

### Install

Install thr project dependencies with:

```
bundle install
```

### Usage

To run the project, execute the following command:

```
rails server
```

### Test

To test the project, execute the following command:

```
rspec src/spec/
```

(back to top)

## 👥 Authors

👤 **Chongtham Ruby Devi**

- GitHub: [@rubydevi](https://github.com/rubydevi)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)

👤 **Diana Beki**
- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/in/diana-beki/)

👤 **Yusuf Sholotan**
- GitHub: [@yin-ka](https://github.com/yin-ka)
- LinkedIn: [Yusuf Sholotan](https://www.linkedin.com/in/yusuf-sholotan/)

(back to top)

## 🔭 Future Features

- Forms
- Multiple Roles
- User Management System

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

## 📝 License

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

(back to top)