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 installnpm run dev
module.exports = {
mongoURI: 'CHANGE_ME',
secretOrKey: 'secret'
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 installnpm run devmodule.exports = {
mongoURI: 'CHANGE_ME',
secretOrKey: 'secret'
}