Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negaashley/associations
Learning about associations
https://github.com/negaashley/associations
Last synced: about 2 months ago
JSON representation
Learning about associations
- Host: GitHub
- URL: https://github.com/negaashley/associations
- Owner: NegaAshley
- Created: 2018-12-26T04:28:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T06:10:02.000Z (about 6 years ago)
- Last Synced: 2023-09-15T13:53:36.663Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Associations
## Intro to Associations
* Define associations - connecting two objects
* One, one:many, and many:many relationships## Embedding Data
* User
* Post## Referencing Data
## Module.Exports
* User module.exporst
* Move models into separate files