/stripe-discord-renewals-dashboard

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

Primary LanguageJavaScript

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