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

https://github.com/mohamedsabry0/blogsdir


https://github.com/mohamedsabry0/blogsdir

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Blog App

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blogs Directory ](#-blogs-directory-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blogs Directory

Blog app was built with Ruby on Rails. It is a simple blog app that allows users to create posts and comment on them. It also allows users to like posts. It has a simple UI that allows users to navigate through the app easily. The users have profiles that they can edit and add a profile picture to along with their name and bio.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- Users can sign up.
- Users can create posts.
- Users can comment on posts.
- Users can like posts.
- Users can view posts.
- Users can view comments.

(back to top)

## 💻 Getting Started

Clone this repository to your desired folder:

```
git clone https://github.com/mohamedSabry0/blogsDir.git
```

### Prerequisites

In order to run this project you need:

- Ruby 3.2.2
- Browser (Google Chrome, Mozilla Firefox, Safari or any other browser)

### Setup

Clone this repository to your dist folder:

```
git clone https://github.com/mohamedSabry0/blogsDir.git
```

```

cd blogsDir

```

### Install

Install this project with:

```

bundle install
rails db:create
rails db:migrate

```

### Usage

Use this project in the browsers of desktops and mobile devices

### Run tests

Run the tests with:

```
rspec --format doc
```

### Deployment

N/A

## 👥 Author

👤 **Mohamed Sabry**

- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)

## 🔭 Future Features

- Add comment likes feature.
- Add comment replies feature.
- Add user follow feature.
- Add user followers feature.
- Add user following feature.
- Add user search feature.
- Add user profile cover feature.
- Add user notifications feature.
- Add user settings feature.
- Add user account deletion feature.
- Add user account deactivation feature.
- Add user account activation feature.
- Add user email verification feature.
- Add user password reset feature.
- Add user password change feature.
- Add user profile picture upload feature.
- Add user profile picture delete feature.
- Add more styling to the app.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

## ⭐️ Show your support

If you like this project, please let me know and we can improve it further. You are welcome to support this project by giving suggestions for improvement.

## 🙏 Acknowledgments

- [Microverse](https://www.microverse.org/)
- [Rails Guides](https://guides.rubyonrails.org/)
- [this stackoverflow post](https://stackoverflow.com/questions/5985761/how-to-call-applicationcontroller-methods-from-applicationhelper)

(back to top)

## 📝 License

This project is [MIT](https://github.com/mohamedSabry0/blog-app/blob/data-model/LICENSE) licensed.

(back to top)


```