Skip to content

Latest commit

 

History

History

RestaurantApp-iOS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Restaurant App

A basic Food Ordering iOS Application built with Swift 5 and Canonic as the backend.

It shows the list of all the restaurants on the Home View Controller.

Screenshot

When you tap on any of the restaurants, it fetchs the menu items for it from the backend and shows.

Screenshot

You can add your items from here and place your order.

Screenshot

A sample app powered by Canonic


Step-by-step guide to making this project

You can find the step-by-step for making this project here

Connecting with your backend

To connect this application, to your backend server, you can find the sample backend project Restaurant App here and clone it.