- Python
- Flask
- Discord.py
- mongodb(pymongo)
- Install mongodb if not already installed
- cd into sample db
- run mongorestore dump/
- create .env file in the root folder and place your bot token there
- create .env file in the Backend folder and place your client secret there
- change API_ENDPOINT, CLIENT_ID, REDIRECT_URI in Backend/utils.py to yours