Skip to content

webdvt/quote_app_final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote App

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!

How to run this locally?

  • npm install
  • npm run dev

keys_dev.js needs to be created in the config folder:

module.exports = {
   mongoURI: 'CHANGE_ME',
   secretOrKey: 'secret'
}

About

This is the completed version of the quote_app we worked on during Node.js workshop on 02/03/2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors