https://github.com/zakiyousufi/blogapp
The Blog app is Ruby on rails website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/zakiyousufi/blogapp
ruby ruby-on-rails rubygems
Last synced: about 2 months ago
JSON representation
The Blog app is Ruby on rails website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/zakiyousufi/blogapp
- Owner: zakiyousufi
- Created: 2022-11-22T23:14:25.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-21T16:34:59.000Z (over 3 years ago)
- Last Synced: 2025-02-15T01:32:39.360Z (over 1 year ago)
- Topics: ruby, ruby-on-rails, rubygems
- Language: Ruby
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
> This is a blog website where you can create an account and write posts. You can also comment on other people's posts and like them
## 🛠 Built With
- Languages: Ruby
- Models/Frameworks: Ruby on Rails
Client
Server
Database
### Key Features
_ User Authentication
- Create Posts
- Delete Posts
> This Project dosn't have a live demo yet
To get a local copy of this exercice, Please follow these simple example steps.
#### 1. Clone this repository or download the Zip folder:"
```command
$ git clone https://github.com/zakiyousufi/blog-app.git
```
#### 2. Navigate to the location of the folder in your machine:
```command
you@your-Pc-name:~$ cd
```
#### 3. Press Enter to navigate to your local clone.
### Prerequisites
In order to run this project you need:
#### 4. Go to your terminal and run the app with the following command:
```command
rails server
```
- Navigate to http://localhost:3000/
#### To run the tests
```
rspec
```
## Author
👤 **Ahmad Zaki Yousufi]**
- GitHub: [@zakiyousufi](https://github.com/zakiyousufi)
- LinkedIn: [zakiyousufi](https://www.linkedin.com/in/zakiyousufi)
## 🔭 Future Features
- user authentication
- CRUD operations
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
- A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
- A special thanks goes to all our peers at Microverse for being there for us.
This project is [MIT](./MIT.md) licensed.