Recipe App
- 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"
}
};