/Blog-app

This is a fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.

Primary LanguageRuby

Blog_App

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 the repository and change the directory to blog

  $ git clone git@github.com:Favourezeugwa/Blog-app.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

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ Rspec spec

Author

👤 Favour Amarachi Ezeugwa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

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.