Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bullet-train-co/bullet_train
The Open Source Ruby on Rails SaaS Template
https://github.com/bullet-train-co/bullet_train
bullet-train rails saas
Last synced: 3 days ago
JSON representation
The Open Source Ruby on Rails SaaS Template
- Host: GitHub
- URL: https://github.com/bullet-train-co/bullet_train
- Owner: bullet-train-co
- License: mit
- Created: 2022-03-07T23:45:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T21:43:02.000Z (6 days ago)
- Last Synced: 2024-12-08T13:43:15.785Z (4 days ago)
- Topics: bullet-train, rails, saas
- Language: Ruby
- Homepage:
- Size: 4.79 MB
- Stars: 1,679
- Watchers: 28
- Forks: 270
- Open Issues: 77
-
Metadata Files:
- Readme: README.example.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Untitled Application
## Getting Started
1. You must have the following dependencies installed:
- Ruby 3
- See [`.ruby-version`](.ruby-version) for the specific version.
- Node 19
- See [`.nvmrc`](.nvmrc) for the specific version.
- PostgreSQL 14
- Redis 6.2
- [Chrome](https://www.google.com/search?q=chrome) (for headless browser tests)If you don't have these installed, you can use [rails.new](https://rails.new) to help with the process.
2. Run the `bin/setup` script.
3. Start the application with `bin/dev`.
4. Visit http://localhost:3000.## Information about Bullet Train
If this is your first time working on a Bullet Train application, be sure to review the [Bullet Train Basic Techniques](https://bullettrain.co/docs/getting-started) and the [Bullet Train Developer Documentation](https://bullettrain.co/docs).