Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 832 Bytes

File metadata and controls

16 lines (11 loc) · 832 Bytes

simple_cms

To run the app:

  1. Clone the files onto your machine.
  2. Change directories to the project (cd to project)
  3. Run 'bundle install'
  4. Run 'rake db:migrate'
  5. Run 'rails s' or 'rails server'
  6. Open your internet browser and go to localhost:3000

Simple Content Management System App built with Ruby on Rails and was created as a part completing the Ruby on Rails 4 Essentials Course by Kevin Skoglund.

Some app features the use of :

CRUD actions, form validations, encryption using the bcrypt-gem, the use of various association types(such as many to many, many to one, join tables, etc.), rails helpers, asset pipelining, utilizing and manipulating tables and records in mySQL databse, implementing user authentication and managing user access, forms, partials, helpers, generating and running migrations, etc.