The image-generating api I made a long time ago... cuz why not!
Well... I didn't do a config file at the time so huh here's how:
Create an application on your Discord developper page Get yourself a mongodb instance for the project
1.1 Copy your Application ID and Secret in the app.js
file where I wrote "OAuthID" and "OAuthSecret"
1.2 Copy your redirect URI in that same file just under your credentials
-
Copy your mongodb connection string to the
app.js
file (there is a "connection string" near the start of the file, just replace it) -
Get yourself an SSL certificate and change the key and certificate files in the "ssl" folder
You should be good to go... I mean... I hope so!