/MerryKit

Merry Kit App Codebase

Primary LanguageJavaScript

Frameworks

  • App: Express
  • Logging: Winston/Bunyan
  • Mongo ODM: Mongoose
  • JS test: Jasmine
  • JS test runner: Karma
  • Build System: Gulp
  • Authentication: Passport
  • Deployment: Heroku

Architectural Pattern

  • All api calls have to be via an API key. Each API key would have a limit.
  • Don't allow any exception to bubble up. It could cause the server to stop.

References