https://github.com/ackonsamuel/blogapp
The Blog app will is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/ackonsamuel/blogapp
postgresql ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
The Blog app will is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/ackonsamuel/blogapp
- Owner: AckonSamuel
- Created: 2022-10-19T19:08:26.000Z (over 3 years ago)
- Default Branch: davelop
- Last Pushed: 2022-11-05T20:15:31.000Z (over 3 years ago)
- Last Synced: 2025-07-16T07:13:19.488Z (11 months ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# BlogApp
> This is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments, managing their blog posts and liking posts.
## Built With
- Ruby on Rails [click here >>](https://guides.rubyonrails.org/)
- Rubocop:
- ERD schema diagram
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
```
Ruby
Ruby on Rails
PostgreSQL
```
### Setup
Clone this repository or download the Zip folder:
```
$ git clone https://github.com/ademibowale/Blog-app-data-model.git
$ cd Blog-App
```
### Install
Install all project dependencies by running the command below
```
$ bundle install
```
### Run the application
```
Linux
$ bin/rails server
```
```
Windows
$ ruby bin/rails server
```
### Check linter errors
```
$ rubocop
```
### Run tests
```
$ Rspec spec
```
## Author
👤 **Ackon Samuel**
- GitHub: [@AckonSamuel](https://github.com/AckonSamuel)
- LinkedIn: [Ackon Samuel](https://www.linkedin.com/in/samuel-yaw-ackon/)
- Twitter: [@dude_ackon](https://twitter.com/dude_ackon)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to [Microverse](https://bit.ly/MicroverseTN) for giving me this project to work on
## 📝 License
This project is [MIT](./MIT.md) licensed.