/blog

The Blog app will be a classic example of a blog website. I created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Primary LanguageRuby

README

The Blog app will be a classic example of a blog website. I created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Getting Started

  • To setup the project First clone this repo using the git command line :

https://github.com/HSMathebula/Blog-App.git

  • Then you install the depencies

bundle install

  • setup the database

rails db:create rails db:migrate rails db:seed

  • Finally run the app

rails s

Authors

Happen S Mathebula

🤝 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
  • Inspiration
  • etc