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

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

The Blog app will be a classic example of a blog website. You will create 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/salimer/blog-app

Last synced: about 1 year ago
JSON representation

The Blog app will be a classic example of a blog website. You will create 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

          


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

The Blog app is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Here are the ERD and wireframes for the project.


blog_app_erd_v1_1
Screenshot 2023-11-08 at 09 51 43

## 🛠 Built With

Tech Stack


- Ruby on Rails
- POSTGRES

### 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
Install Ruby
Install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/salimer/Blog-App.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

👤 **Salim Bamahfoodh**

- GitHub: [@salimer](https://github.com/salimer)

👤 **Alishah**

- GitHub: [AliShahSafdari](https://github.com/AliShahSafdari)
- LinkedIn: [AlishahSafdari](https://www.linkedin.com/in/alishahsafdari/)

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