https://github.com/skyv26/blog-app
A blog app is a powerful and convenient tool for content creation and sharing. It allows users to craft and post content in an organized and efficient manner, so that their work can reach a wider audience.
https://github.com/skyv26/blog-app
Last synced: about 1 year ago
JSON representation
A blog app is a powerful and convenient tool for content creation and sharing. It allows users to craft and post content in an organized and efficient manner, so that their work can reach a wider audience.
- Host: GitHub
- URL: https://github.com/skyv26/blog-app
- Owner: skyv26
- License: mit
- Created: 2022-12-02T15:32:15.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-17T16:54:01.000Z (over 3 years ago)
- Last Synced: 2025-05-12T18:18:17.139Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 234 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [Run Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
> The Blog app is a classic blog design website. ln which we can create, show the list of posts and empower readers to interact with them by adding comments and liking posts.
**[LBlog App** is a ruby blog website.
> Blog App is backend project
Database
> We can do CRUD operations on following things:
- **Posts**
- **Comments**
- **Likes**
- **Users**
> Add a link to your deployed project.
- [Comming Soon 🎈]()
> In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`gem install rails`
### Setup
Clone this repository to your desired folder:
`git clone https://github.com/skyv26/Blog-App.git`
then
`cd Blog-App`
### Install
Install this project with:
`bundle install`
### Usage
`rails s`
### Run Linters
To run tests, run the following command:
`rubocop`
OR
`rubocop -a`
**it will automatically correct the errors**
> Mention all of the collaborators of this project.
👨💻 **Aakash Verma**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)
👨💻 **Bantealem Geto**
- GitHub: [@skyv26](https://github.com/bantealem)
- Twitter: [@vrma_aakash](https://twitter.com/BantealemG)
- LinkedIn: [skyv2022](https://linkedin.com/in/bantealem-geto-a301b9213)
> In upcoming weeks I will add some features as mentioned below
- [ ] **Authentication and Authorization**
- [ ] **API & Documentation**
- [ ] **High-Fidelity UI**
- [ ] **JWT Authentication**
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 then please give a ⭐️ and also share your feedback using github_issues.
❤️ [RoR Documentation](https://guides.rubyonrails.org)
This project is [MIT](./LICENSE) licensed.