NPM package for bootstrapping Node SaaS applications.
npm install fwd/saasconst database = require('@fwd/database')('local')
const saas = require('@fwd/saas')({
database: database,
})
saas.start(8080)Contributions, issues and feature requests are welcome! Feel free to check issues page.
MIT License