Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKEND] Include ERD in README.md #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions backend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Backend

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Ruby on Rails

## Entity-Relationship Diagrams [ERD]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Entity-Relationship Diagrams [ERD]
### Entity-Relationship Diagrams [ERD]


All ```boxcar``` projects include the following gem:

```
https://github.com/voormedia/rails-erd
```

The gem is installed and set to auto-update a file named ```ER_Model.pdf``` after each migration.
This file is linked to in the ```README.md``` for documentation purposes.

## Python

### Best Practices
Expand Down Expand Up @@ -27,4 +38,8 @@ Consider the above folder structure. If you start the app by running `python mai
from package1 import module1
from package1.module2 import function1
from package2.subpackage1.module5 import function2
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<<<<<<< HEAD

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```

=======
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
=======

```
>>>>>>> c95fd600b839fb556cb793de912278ab9d5ffe85
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
>>>>>>> c95fd600b839fb556cb793de912278ab9d5ffe85