0.0.0 • Published 3 years ago
new-fastify-app v0.0.0
${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
.envfile should never get pushed to repository. So adding secrets and credentials to.envcan 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
0.0.0
3 years ago