wclaytor / bpc-rails-demo

A Ruby on Rails demo
http://demo.billclaytor.com
MIT License
0 stars 0 forks source link
rails ruby

bpc-rails-demo

Table Of Contents

#

About The Project

This project is intended to be an example of a simple Rails CRUD application with the following goals:

  1. Demonstrate software development with Ruby on Rails and related technologies.
  2. Demonstrate Agile project management best practices.
  3. Demonstrate successful deployment of a Rails application to a production environment.
  4. Serve as an AUT (application under test) for UI test automation development.

Built With

Getting Started

Follow the steps below to set up the project locally.

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/wclaytor/bpc-rails-demo.git
  2. Navigate to the bpc-rails-demo directory

    cd bpc-rails-demo
  3. ...

Configuration

Usage

Roadmap

TBD

Contributing

TBD

  1. Clone the repo
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request