Skip to content

This is a blog built with Ruby on Rails. It has CRUD functionality with an SQL Lite Database.

Notifications You must be signed in to change notification settings

jimvickery/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Blog

This is a blog built with Ruby on Rails. It has CRUD functionality with an SQL Lite Database.

Requirements

Ruby on Rails 5, SQL Lite installed and an IDE like VS code, Sublime Text or VS Code.

Deployment Instructions:

1. Clone the Repo
  1. CD into the folder and install the gems by typing in the terminal:
bundle install
  1. Create a Database by typing in the terminal:
rails db:migrate
  1. Seed the Database with categories by typing in the terminal:
rails db:seed
  1. Run rails server by typing in the terminal:
rails s
  1. Open your favorite Web Browser and type:
http://localhost:3000
  1. Register as a new user and start uploading blog posts.

  2. Have fun.

About

This is a blog built with Ruby on Rails. It has CRUD functionality with an SQL Lite Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published