Ruby bog is an blog application build using rails 5 framework. It has basic functionality of creating posts and post comments. It also has a admin panel to manage admin users.
Make sure you have pre-installed ruby and rails 5 framework- Clone the project using.
git clone https://github.com/kumaranshu72/myBlog myBlog
- Create a database in mysql and make the changes in
config/database.yml
- Run Bundle install to install the dependencies.
bundle install
- Run DB Migrations usinh
rake db:migrate
- Thats it. Now open browser and visit.
http://localhost:3000
- Username : admin@example.com
- Password : password