Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwd/saas
NodeJS SaaS Boilerplate
https://github.com/fwd/saas
boilerplate-application nodejs saas
Last synced: 20 days ago
JSON representation
NodeJS SaaS Boilerplate
- Host: GitHub
- URL: https://github.com/fwd/saas
- Owner: fwd
- Created: 2021-01-26T20:14:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T01:22:13.000Z (10 months ago)
- Last Synced: 2024-12-10T19:21:11.431Z (about 2 months ago)
- Topics: boilerplate-application, nodejs, saas
- Language: JavaScript
- Homepage:
- Size: 4.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# fwd/saas
> NPM package for bootstrapping Node SaaS applications.
## Install
```sh
npm install fwd/saas
```## Usage
```js
const database = require('@fwd/database')('local')const saas = require('@fwd/saas')({
database: database,
})saas.start(8080)
```## 👤 Author
[@nano2dev](https://twitter.com/nano2dev)
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/fwd/auth/issues).
## 📝 License
MIT License