쌩우 2019. 7. 18. 23:21

seeder - fakerjs로 가짜 데이터 생성해서 뿌릴 sequelize로 뿌려주었다

google translate api - 지정해줘야 하는 것

// Instantiates a client  
const translate =  new  Translate(  { projectId:  'your project id',  
 keyFilename:  'path of your service acount json file'    }  );
 //projectId eg my-project-0o0o0o0o'
 // keyFilename eg my-project-0fwewexyz.json

https://www.lostsaloon.com/technology/how-to-view-edit-and-delete-an-environment-variable-in-linux/