Discord bot web dashboard with MERN stack
store your MongoDB database credentials
DB_URI = mongodb+srv://<username>:<password>@cluster0.6m5cz.mongodb.net/mybotname
json web token secret
JWT_SECRET = my-32-character-ultra-secure-and-ultra-long-secret
CLIENT_ORIGIN =
BOT_ID =
BOT_SECRET =
BOT_TOKEN =
CLIENT_ORIGIN
: client origin url
BOT_ID
: your discord app client id
BOT_SECRET
: your discord app client secret
BOT_TOKEN
: the access token for your discord bot
npm install
npm install --dev
cd ./client && npm install
cd ./client && npm install --dev
npm run dev