Foody Ionic 3 Full Restaurant App With PHP Backend

Overview

Foody is a simple ionic 3 restaurant application.  

Its simple and ergonomic interface allows the user a quick and easy handling.
As a hybrid app, you can deploy it on Android and IOS effortlessly. The source code is perfectly reusable for other Ecommerce applications.
  No need to code, the platform already has all the necessary.

Features

  • Signin/SignUp
  • forgotten password
  • blog
  • search items by category
  • sort items by price
  • hot deals
  • rate items
  • share items
  • checkout 
  • my orders
  • pull to refresh 
  • infinite scroll

Requirements

  • ionic 3
  • Android 5 or latest
  • PHP 5
  • MySQL

Instructions

01 – Open project

02 – Import the database, which is in the database folder in the DBMS (MySQL)

03 – copy the api_foody folder to the server
04 – Enter the file /api_foody/include/dbconfig.php
05 – Modify the variable $host (server address), $db_name (database name), $username (username) and $password (password login to the database)
06 – Modify the link that is in the service.ts file of the application
07- the installation is complete

Related