Skip to content

fwd/saas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

NodeJS SaaS Boilerplate

Topics

Resources

Stars

Watchers

Forks