/runtime-blog

A blog that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.

Primary LanguageRubyMIT LicenseMIT

Runtime Blog

A blog that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.

Built With

  • Ruby on Rails
  • PostgreSQL
  • RSpec
  • Rubocop

Prerequisites

  • A web browser:

    • Chrome,
    • Safari or
    • Eddge
  • Code Editor:

    • VS Code or
    • Sublime Text
  • Dev Environment

    • Rails
    • Git

Getting Started

Cloning

  • To clone the project:

Run the following command:

$ git clone https://github.com/Lembani/runtime-blog.git
$ cd runtime-blog

Install Dependencies

  • Gemfile

Run the following command to install gems

$ bundle install
  • Running the app

Run the following command to run the app

$ rails s

Linters

  • Rubocop

Run the following command to check linter errors:

$ rubocop

Testing

  • Rspec

Run the following command to run tests:

$ rspec

Author(s)

👤 Lembani Sakala


🤝 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 anyone whose code was used
  • Design: Microverse
  • etc

📝 License

This project is MIT licensed.