https://github.com/natserract/hellsnacks-food-ordering
Build end to end food online shop web app
https://github.com/natserract/hellsnacks-food-ordering
backend food-ordering fullstack mysql php web-app
Last synced: 2 months ago
JSON representation
Build end to end food online shop web app
- Host: GitHub
- URL: https://github.com/natserract/hellsnacks-food-ordering
- Owner: natserract
- License: apache-2.0
- Created: 2019-12-14T02:19:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T23:42:34.000Z (over 6 years ago)
- Last Synced: 2025-10-31T04:48:48.968Z (8 months ago)
- Topics: backend, food-ordering, fullstack, mysql, php, web-app
- Language: PHP
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hellsnacks - Food Online Shop
UKK project - build mail archive web app using PHP OOP
# Installation
1. Install XAMPP or WAMPP.
2. Open XAMPP Control panel and start `apache` and `mysql` .
3. Download project from github(https://github.com/alfinsuryaS/Hellsnacks.git)
4. Extract files in C:\\xampp\htdocs\.
5. Open link localhost/phpmyadmin
6. Click on new at side navbar.
7. Give a database name as (hellsnacks_db) hit on create button.
8. After creating database name click on import.
9. Browse the file in directory `hellsnacks-online-shop/services/hellsnacks_db.sql`.
10. After importing successfully.
11. Open any browser and type http://localhost/hellsnacks-online-shop/.
12. First register and then login
13. Admin login details Username=admin and Password=admin.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.