/serverless-api

🛰 [indev] Serverless Express.js stack for an API server on Firebase Functions

Primary LanguageJavaScript

serverless-api

Serverless Express.js stack for an API server on Firebase Functions. Inspired by this Medium post.

Features

  • Automatically initializes functions.config() from a local config.json file. Includes module that provides the local copy if running inside firebase serve --only functions.
  • Organized Express.js stack
  • Convenient postdeploy and predeploy actions.
  • Code generation with hygen (Try: npx hygen route new <name>)
  • OpenAPI integration with swagger-jsdoc. (See: Sample)