Skip to content

Simple Content Management System App built with Ruby on Rails. This app focuses on the back-end aspects rather than the front end.

Notifications You must be signed in to change notification settings

kkjasoncheung/simple_cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Content Management System App built with Ruby on Rails. This app focuses on the back-end aspects rather than the front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published