An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.