An open API service indexing awesome lists of open source software.

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

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.