/blog-app

Primary LanguageRubyMIT LicenseMIT

Blog App [ROR]

The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

  • Ruby
  • Ruby on Rails

Getting Started

To get a local copy, follow these simple example steps.

git clone https://github.com/yaseerokino/blog-app
cd blog-app

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate
rails db:seed # for dummy data

Usage

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Author

👤 Yaseer Okino

🤝 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

  • A special thanks to Microverse for inspiring this project.

📝 License

This project is MIT licensed.