${app-name}
TODO:
add a name & short description of this apps purpose
Usage
make start
: start app on local devmake logs
: watch logsmake stop
: stop appmake test
: test appmake deploy
: deploy app to stagemake 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