Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 225 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 225 Bytes

Add you mysql credentials in a keys.js in the root folder:

const keys = {
    MYSQL_PASSWORD: 'my-nice-password',
    MYSQL_USERNAME: 'root'
}

module.exports = keys;

Run the app locally:

yarn dev