- Admin Dashbaord: Admin product managament system with chart graph.
- Auth: User Authentication.
- User Checkout w/Stripe: Uses Stripe webhooks to intereact with backend
- User storefront
- Full-Stack
- Ruby on Rails
- TailwindCSS for styling
Prerequisites
- Ruby and Ruby on Rails
- Stripe developer account
Installation
- Clone the repository:
git clone [https://github.com/](https://github.com/)[ericstlouis]/[rails-x-react].git
- Set Environment Variables
bin/rails credentials:edit
- Run application
bin/dev
NOTES: Stripe checkout is disabled in production for obvious reason.