Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adarachel/rails-blog

The Blog app is a classic example of a blog website. A fully functional website shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
https://github.com/adarachel/rails-blog

Last synced: about 1 month ago
JSON representation

The Blog app is a classic example of a blog website. A fully functional website shows the list of posts and empowers 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-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog App

> This is a blog app based on ruby on rails. This app will feature users, posts, comments, likes.

## 🛠 Built With

Tech Stack


- Ruby on Rails
- PSQL

### Key Features

- Display Users

- Display posts

- Display comments on posts

- Display likes on posts

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

Example command:

```sh
bundle install
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/adarachel/rails-blog.git
```

### Usage

To run the project, execute the following command:

```sh
rails s
```

### Run tests

To run tests, run the following command:

```sh
rails test
```

(back to top)

## 👥 Authors

👤 **Ada Rachel**

- GitHub: [@adarachel](https://github.com/adarachel)
- Twitter: [@adarachel_dev](https://twitter.com/adarachel_dev)
- LinkedIn: [@AdaRachel](https://www.linkedin.com/in/adarachel/)

(back to top)

## 🔭 Future Features

- Add GUI

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

- Thanks to all Microverse community

(back to top)

## 📝 License

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

(back to top)