Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smashingboxes/boxcar
- Owner: smashingboxes
- Created: 2019-05-02T19:48:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T06:48:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T21:44:52.378Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
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"`