1.0.1 • Published 1 month ago

@fwd/saas v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

fwd/saas

NPM package for bootstrapping Node SaaS applications.

Install

npm install fwd/saas

Usage

const database = require('@fwd/database')('local')

const saas = require('@fwd/saas')({
    database: database,
})

saas.start(8080)

👤 Author

@nano2dev

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

📝 License

MIT License

1.0.1

1 month ago