# blog **Repository Path**: flowerwrong/blog ## Basic Information - **Project Name**: blog - **Description**: blog in ruby on rails. - **Primary Language**: Ruby - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ```ruby rake db:drop db:create db:migrate db:seed rails s # visit http://127.0.0.1:3000/ ```