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

Primary LanguageRuby

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

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

🤝 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 for giving me this project to work on

📝 License

This project is MIT licensed.