Online Food ordering Website using PHP, SQL, HTML, CSS and Javascript. You can use any one of XAMPP, WAMP or LAMP server to run the Web App on your local machine. It has a food ordering module for a customer. It also provides menu, orders and user management module for admin.
Admin Login & Password (You can change this in phpmyadmin):
Login: admin
Password: 111
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Download and install XAMPP/WAMP/LAMP server and download the files of this project
- Copy the folder of this project in your xampp/htdocs/www folder
- Start XAMMP. Start Apache and SQL server. Go to phpmyadmin and create a new database named 'foodshop'
- Go to the food database created and click on 'Import' option in the top menu
- Upload the food.sql file and import it
- Open your web browser and check if you got the website running on your localhost (http://localhost:8080/www/)
If you would like to contribute to this project, feel free to fork the repository, make changes, and submit a pull request.
- Tien Duc Nguyen - Initial work
- Github: https://github.com/DucNT17
For any questions or issues regarding the setup or use of this project, please open an issue on the repository's issue tracker.