Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhussen/blog-app
https://github.com/binhussen/blog-app
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binhussen/blog-app
- Owner: binhussen
- Created: 2022-12-01T13:23:49.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-16T16:36:59.000Z (about 2 years ago)
- Last Synced: 2024-10-19T03:33:14.262Z (3 months ago)
- Language: Ruby
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)> A fill functional blog website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
> Describe the tech stack and include only the relevant sections that apply to your project.
Client
Server
Database
### Key Features
list of posts and empower readers to interact with them by adding comments and liking posts.
- **Creating Blog post**
- **Commenting Posts**
- **Linking PostS**
- [Live Demo Link](https://yourdeployedapplicationlink.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/binhussen/blog-app.git
```
```sh
cd blog-app
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test
```
### Deployment
You can deploy this project using:
👤 **Mohammed Hussen (binhussen)**
- GitHub: [@binhussen](https://github.com/binhussen)
- Twitter: [@binhussens](https://twitter.com/binhussens)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)
> Describe 1 - 3 features you will add to the project.
- [ ] **Blog Posts**
- [ ] **Comment Blog**
- [ ] **Like Blog**
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
If you like this project...
I would like to thank
- Microverse
- Code Reviewers
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._