Skip to content

Jxnis/Volkswagen-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express + MySQL boilerplate

Run the app locally (in development):

yarn dev

note: there's a yarn start but that is for production

Add your MySQL credentials

Create a file in the root of the project called keys.js with the following:

Team name: eatSleepCode
const keys = {
    MYSQL_USERNAME:  'my_username',
    MYSQL_PASSWORD:  'super_secret_password'
}

module.exports = keys;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •