forked from cerc-io/snowballtools-base
Nabarun Gogoi
890603061f
* Add fixture data and populate database with it * Use node to run commands in package scripts * Move test directory out of src directory * Save projects with user and organization relation * Refactor and add generalized function to load data * Populate userOrganization entity with test data * Change project id type from number to string --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
15 lines
226 B
JSON
15 lines
226 B
JSON
[
|
|
{
|
|
"name": "Saugat Yadav",
|
|
"email": "saugaty@airfoil.studio"
|
|
},
|
|
{
|
|
"name": "Gideon Low",
|
|
"email": "gideonl@airfoil.studio"
|
|
},
|
|
{
|
|
"name": "Sushan Yadav",
|
|
"email": "sushany@airfoil.studio"
|
|
}
|
|
]
|