Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ratracegrad/rails-sample-coding-portfolio
- Owner: ratracegrad
- Created: 2015-12-26T19:04:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T21:15:08.000Z (about 9 years ago)
- Last Synced: 2024-11-10T02:36:15.744Z (2 months ago)
- Language: HTML
- Homepage: https://rails-sample-portfolio.herokuapp.com/
- Size: 26.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")