Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshawl/saas-starter
A starting point for new SaaS ventures
https://github.com/jshawl/saas-starter
ruby-on-rails saas saas-boilerplate
Last synced: 3 months ago
JSON representation
A starting point for new SaaS ventures
- Host: GitHub
- URL: https://github.com/jshawl/saas-starter
- Owner: jshawl
- License: mit
- Created: 2021-12-11T20:42:15.000Z (about 3 years ago)
- Default Branch: ma
- Last Pushed: 2023-08-19T01:39:28.000Z (over 1 year ago)
- Last Synced: 2024-04-09T15:14:15.773Z (9 months ago)
- Topics: ruby-on-rails, saas, saas-boilerplate
- Language: Ruby
- Homepage: https://saas-starter.app/
- Size: 386 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Ruby on Rails SaaS Starter Template
![Ruby](https://github.com/jshawl/saas-starter/actions/workflows/ruby.yml/badge.svg)
## Features & Includes
- Headless browser testing with rspec
- GitHub actions run tests
- Devise authentication and User model
- Credit Card Payments with PayPal## Documentation
The docs site is a Jekyll site. You can cd into `docs/` and run `jekyll serve` to edit the site locally.
During deployment, `jekyll build` is run inside the Dockerfile and copied into `public/docs`.
View [the documentation](https://saas-starter.app/docs/).
## Setup & Installation
See
## PayPal Plan Management
See [Payments Configuration](https://saas-starter.app/docs/payments/)
### Running Tests
```
bundle exec rspec
```### GitHub actions
Add a repository secret `RAILS_MASTER_KEY` on GitHub with the value from `config/master.key`.
## Monitoring & Maintenance
See
## License
This project uses the [MIT License](https://opensource.org/license/mit/).