- Create a .env file
- Put your mysql db url, password, username and database name in the .env file
Host=""
User=""
Pass=""
Database=""
- Uncomment
dotenv.load_dotenv()
inmain.py
- In your db, run the command to set up the table:
INSERT THE COMMAND FROM MAIN.PY