Skip to content

Helpful template for discord server owners to monetize their server using Stripe renewals.

Notifications You must be signed in to change notification settings

dylan-p-wong/stripe-discord-renewals-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe + Discord Renewals

View Demo Video Image

About

Allows a server owner to charge members on a subsciption basis using Stripe. Useful template for discord server owners who want to monetize.

Getting Started

Installation

  1. Create a Discord account, create a bot with OAuth2 redirect as http://<API DOMAIN>/auth/login/callback, create a server and obtain information below.
  2. Create a Stripe account, obtains api keys and create a subsciption plan.
  3. Clone the repo
git clone https://github.com/dylan-p-wong/stripe-discord-renewals-dashboard.git
  1. Install NPM packages
cd backend
npm install
cd ../client
npm install
  1. Configure config.json in the backend folder and config.json in the client/src folder. Configure environment variables.

Running

In backend

npm run dev

In client

npm start

About

Helpful template for discord server owners to monetize their server using Stripe renewals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published