Loading repository data…
Loading repository data…
IshtiaqueIrteza / repository
This is a java based Desktop application mainly used for ordering food.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a Desktop based application mainly used for ordering food.
Features:
Create a database named 'food_shop' in MySql server. Import database (food_shop.sql) file inside this database.
It'll probably give an error, because this database file size exceeded deafult MySql database importing filesize.
Go to php.ini file and find these two things below :
//upload_max_filesize //post_max_size
And change their value like these :
upload_max_filesize = 10M post_max_size = 10M
Check this link, it'll help : https://stackoverflow.com/questions/3958615/import-file-size-limit-in-phpmyadmin
Database -> Done.
Now, on your command prompt window, run the Non-Packaged Version with command : java Main
Run the Packaged Version with : java home.Main
This is very basic java project. My intention to upload this so that java beginners can learn from it, get some idea for their project.
Enjoy !!