Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1003 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 1003 Bytes

ALPHA Blog app using Ruby on Rails

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/

Tools Used

Ruby version 2.7.1
Rails version 6.1.2
Checkout all the dependencies along with their versions in the gemfile

Getting Started

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.

Screenshots