This is a Blog app created using the Ruby on Rails framework for web development. The users can create their profiles, add blogs, edit and delete their own blogs, add categories to their blogs and much more!
Checkout the app @ https://alpha-blog-6-mihir.herokuapp.com/
Ruby version 2.7.1
Rails version 6.1.2
Checkout all the dependencies along with their versions in the gemfile
Make sure you have the same ruby and rails versions as mine.
Just clone this repository on your local machine and run bundle install --without production on your terminal. After this, all the dependencies will be installed to your project and you can run it locally by running rails s command from your terminal.