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.
This app requires the following packages to be installed on you system:
- Ruby 2.7.0
- Rails 6.0.3.2
- paperclip
- imagemagick
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
👤 Maurice MURANGWA
- Github: @Morrism1
- Twitter: @MorrisMontana0
- Linkedin: Maurice Murangwa
👤 Hubert MUGABO
Give a ⭐️ if you like this project!
- Project inspired by Microverse Program
- Project originally taken from the odin project