This is a simple Blogging application developed with Ruby on Rails. It displays basic CRUD functionality.
This application requires a local Rails framework on any machine you wish to run it on.
To Run:
-
Download the .zip folder from Github
-
Copy the contents into a new folder
-
Move the new folder into your local Rails project directory
-
Run your Rails server from the Rails command prompt
-
In your web browser type in the URL: localhost:3000/articles
Have Fun!