ipodsong / loa_growth_pathfinder

Site where easily create and share tab.
MIT License
0 stars 0 forks source link

DB 설계 및 ORM 구성 #7

Open ipodsong opened 2 years ago

ipodsong commented 2 years ago

DB : mysql ORM : sequelize

ipodsong commented 2 years ago

DB 연결을 위해 config/config.json 파일 세팅 필요합니다. { "development": { "username": "root", "password": "password", "database": "data", "host": "127.0.0.1", "dialect": "mysql" } }