- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
Stripe
This repository handles products hosted on Stripe. It performs payments, subscriptions, and billing. Payment for products from the local database also.
Client
Server
Database
- Checkout for Stripe products
- Checkout for local database products
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Stripe.git
cd Stripe
using an SSH key:
git clone git@github.com:ElsonOtake/Stripe.git
cd Stripe
using GitHub CLI:
git clone gh repo clone ElsonOtake/Stripe
cd Stripe
Set up Postgres and Stripe credentials in .env file
DATABASE_USERNAME=postgres_username
DATABASE_PASSWORD=postgres_password
STRIPE_PRIVATE_KEY=stripe_private_key
STRIPE_PUBLIC_KEY=stripe_publishable_key
STRIPE_SIGNING_SECRET=webhooks_signing_secret
Install this project with:
bundle install
rails db:create db:migrate
To run the project, execute the following command:
bin/dev
Open http://localhost:3000/
on your browser.
π€ Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
- Subscription
- Billing portal
- Shopping cart
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
I would like to thank:
This project is MIT licensed.