https://github.com/timbar09/blogister
This is a fully functional web application that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.
https://github.com/timbar09/blogister
cancancan capybara devise linting mvc-pattern rspec-testing rubocop ruby-on-rails
Last synced: 6 months ago
JSON representation
This is a fully functional web application that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.
- Host: GitHub
- URL: https://github.com/timbar09/blogister
- Owner: Timbar09
- License: mit
- Created: 2023-07-09T12:50:09.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-11T09:32:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T10:48:54.188Z (8 months ago)
- Topics: cancancan, capybara, devise, linting, mvc-pattern, rspec-testing, rubocop, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
## 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> This is a fully functional web appliction that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.
Client
Server
Database
- **User-Friendly Interface**
> The app is designed with a user-friendly interface that makes it easy for users to navigate and access various features of the website.
- **Post Management**
> The app allows bloggers to easily create and publish posts with ease. They can also view their published posts and manage them through a simple dashboard.
- **Comment System**
> The app has a comment system that allows users to add comments to posts, reply to other comments, and interact with other readers.
- **Like System**
> The app has a like system that allows users to like posts, providing a quick and easy way for readers to show their appreciation for posts they enjoyed.
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Timbar09/Blog_App-Ruby.git
```
### Prerequisites
In order to run this project you need:
- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).
### Install
Install this project's dependencies by running:
```sh
cd my-project
bundle install
npm install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
| 👤 Author | GitHub | Twitter | LinkedIn |
| :-------------- | :----------------------------------------- | :------------------------------------------ | :----------------------------------------------------------------------------------- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
| Esther Udondian | [@eudondian](https://github.com/eudondian) | [@eudondian](https://twitter.com/eudondian) | [@esther-udondian-186849119](https://www.linkedin.com/in/esther-udondian-186849119/) |
- [ ] **Add more functionality.**
- [ ] **Improve UI/UX.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Timbar09/Blog_App-Rails/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank the microverse community for the useful content
This project is [MIT](./LICENSE) licensed.