Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smashingboxes/boxcar

Smashing Boxes' Ruby on Rails application template
https://github.com/smashingboxes/boxcar

Last synced: 7 days ago
JSON representation

Smashing Boxes' Ruby on Rails application template

Awesome Lists containing this project

README

        

# Boxcar

## ERD

(Below is an example PDF - it will auto update as you migrate - delete this comment!)

View PROJECT_NAME ERD [here](./ER_Model.pdf)

## Usage

(be sure to replace PROJECT_NAME with your project name)

- Generate a repo based on this one (Click "Use this template" above)
- In the new repo, do the following:
- Find all instances of `boxcar` (case insensitive) and replace with your project name
- `rm README.md`
- `mv README.template.md README.md`
- Fill in readme
- `git init`
- `git add .`
- `git commit -am "Initial commit"`