0.0.0 • Published 1 year ago

new-fastify-app v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

${app-name}

TODO: add a name & short description of this apps purpose

Usage

  • make start: start app on local dev
  • make logs: watch logs
  • make stop: stop app
  • make test: test app
  • make deploy: deploy app to stage
  • make live.deploy: deploy app to live

Configure

Configuration is read by dotenv from app/.env file and validated optional modified by app/config.js. Please add extra defaults if needed to config.js. Default values should always refer to local dev setups.

Note: the .env file should never get pushed to repository. So adding secrets and credentials to .env can be considered a secure option bound to specific environments.

Api

After starting your server you will find swagger documenation at http://127.0.0.1:3000/api/docs/ to explore web api requests interactively.


Roadmap

TBD

Changelog

v0.0.0

  • initially bootstrapped by yarn create @uscreen.de/fastify-app

Credits

application boilerplate provided by u|screen