https://github.com/mohamedsabry0/blogsdir
https://github.com/mohamedsabry0/blogsdir
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedsabry0/blogsdir
- Owner: mohamedSabry0
- License: other
- Created: 2023-11-28T11:43:51.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2023-12-13T09:52:57.000Z (about 2 years ago)
- Last Synced: 2025-01-13T01:25:33.981Z (12 months ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
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.
Client
Server
Database
- 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.
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
👤 **Mohamed Sabry**
- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)
- 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.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
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.
- [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)
This project is [MIT](https://github.com/mohamedSabry0/blog-app/blob/data-model/LICENSE) licensed.
```