Skip to content

Quantum-Codes/NoJsMedia-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️Still not complete⚠️

Runnning locally

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