Skip to content

jblau07/final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App

Config File

  • Create a config.js file in the db directory within the server directory for storing user and database information.
Use template below in db/config.js

module.exports ={

    user: 'insertuser',
    password: 'insertpassword',
    database: 'insertdatabase'
  }
Use template below in src/config.js

module.exports = {
  api: {
    upc: "api_key=CODE",
    ndbno: "api_key=CODE"
  }
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •