- MySQL Database
- Install the packages in requirements.txt
[+] Open Terminal on the root directory and run the following [-] pip install -r requirements.txt
[+] Create a .env file in the root directory for the MySQL parameters
[-] MYSQL_HOST = ''
[-] MYSQL_PORT = ''
[-] MYSQL_USER = ''
[-] MYSQL_PASSWORD = ''
[-] MYSQL_DATABASE = ''
- Fork the Repository click here
- Clone the repository
- Create a .env file with Environment Variables listed above in the root directory of the cloned folder.
- Run the main.py file.
- Feel free to report any bugs!
- Star if you like it:)
- Can be used as school project,etc.