Skip to content

mugberto/blogger

Repository files navigation

BLOG APP

This project consist of building a basic blog app with Ruby on Rails. The app allows the user to create, update and delete a post.

Required installations

This app requires the following packages to be installed on you system:

  • Ruby 2.7.0
  • Rails 6.0.3.2
  • paperclip
  • imagemagick

Setup configurations

To get this app ready to run, follow this steps:

  • clone this repo

      pc:~$ git clone git@github.com:mugberto/blogger.git
    
  • install require gems

      pc:~$ bundle install
    
  • Run database migration

      pc:~$ rails db:migrate
    
  • Start the server

      pc:~$ rails server
    

Open your prefered browser and navigate to 127.0.0.1:3000

Screenshot

Blogger

Live Demo

Live Demo Link

Author

👤 Maurice MURANGWA

👤 Hubert MUGABO

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project inspired by Microverse Program
  • Project originally taken from the odin project

About

A blog app built with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published