Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratracegrad/rails-sample-coding-portfolio

Starter application showing how to use routes, databases and forms.
https://github.com/ratracegrad/rails-sample-coding-portfolio

Last synced: 14 days ago
JSON representation

Starter application showing how to use routes, databases and forms.

Awesome Lists containing this project

README

        

# Rails Sample Application

> If you are interested in learning Ruby on Rails 4, I created this sample application to show some of the basic features of the application. It is a fully functional website. This sample application shows you how to create sample routes, use a datbase and create forms.

## Table of Contents

1. [Live Demo](#demo)
2. [Requirements](#requirements)
3. [Installation](#installation)
4. [Screenshots](#screenshots)

## Demo
You may [view this application online here](https://rails-sample-portfolio.herokuapp.com/)

## Requirements
Ruby
Rails 4
Bundler

## Installation
```bash
git clone [email protected]:ratracegrad/rails-sample-coding-portfolio.git
cd rails-sample-coding-portolio
bundle install
rails s -p 8080
```

## Screenshots
![Portfolio Homepage](/screenshots/portfolio_home.png?raw=true "Portfolio Home Page")
![Portfolio Display](/screenshots/portfolio_portfolio.png?raw=true "Portfolio Display")
![Portfolio About](/screenshots/portfolio_about.png?raw=true "Portfolio About Page")
![Portfolio Contact](/screenshots/portfolio_contact.png?raw=true "Portfolio Contact Page")