Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phawk/rapid_stripe_checkout
https://github.com/phawk/rapid_stripe_checkout
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phawk/rapid_stripe_checkout
- Owner: phawk
- License: mit
- Created: 2023-02-18T14:58:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T16:27:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:39:18.143Z (2 months ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RapidRuby.com Starter
This app is a starter template that I use for most of my example apps that I build for my Youtube and Rapid Ruby episodes.
### Core features
- Rails 7
- Hotwire using importmaps
- Tailwind CSS
- User authentication with authentication-zero
- ViewComponent
- RSpec### Creating a fresh app
```sh
# Setup commands
cd ~/Sites/youtube
git clone [email protected]:phawk/rapid-ruby-starter.git rapid_stripe_checkout
cd rapid_stripe_checkout
code .
bundle install
git remote rm origin
gh repo create rapid_stripe_checkout --public --source=.
git push origin main -u
bin/rails db:create
# Run the server
bin/dev
```### License
[The MIT License (MIT)](LICENSE.txt)