Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 560 Bytes

Boxcar

ERD

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

View PROJECT_NAME ERD here

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"