This is a Blog webApp project built with Ruby on Rails in accordance with Microverse requirements. You can also check out the odin project for more information.
Check Out blog-app for the live version.
Blog Image
-
Ruby 2.5.3
-
Rails ~> 5.1.7
-
Heroku
-
Visual Studio Code
$ git clone https://github.com/mihrab34/Blog-app
$ cd blog-app
$ run bundle install to install all dependencies in the gem file
$ run rails server
Any contributions are greatly appreciated
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request