A multi purpose project using flask for my own api and website https://gdcheerios.com
make a .env file like this:
DOMAIN = "http://127.0.0.1"
PORT = 8080
SECRET = "MySecret"
DB_HOSTNAME = "hostname"
DB_PASSWORD = "password"
DB_USER = "user"
DB = "database"
OSU_API_KEY = "apikey"
OSU_SECRET = "secret"
CLIENT_ID = 1234