This is the completed version of the quote app we worked on during our Node.js workshop on 02/03/2019. Feel free to clone and tweak around!
npm install
npm run dev
module.exports = {
mongoURI: 'CHANGE_ME',
secretOrKey: 'secret'
}
This is the completed version of the quote app we worked on during our Node.js workshop on 02/03/2019. Feel free to clone and tweak around!
npm install
npm run dev
module.exports = {
mongoURI: 'CHANGE_ME',
secretOrKey: 'secret'
}