Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 2.29 KB

File metadata and controls

73 lines (38 loc) · 2.29 KB

Pizza App

This repository represents the mobile project of a whole system for managing online Pizza ordering. Which is separeted into three parts, a backend(server) , frontend and a mobile client app.

App's Backend

Click here to go to the app's backend.

App's Front

Click here to go to the frontend app.

To run this app follow the below instructions

Running Project

The folllowing command will download all the needed dependencies.

yarn

Prior to running this app, edit the [.env][https://github.com/petrovick/pizzareactnativeclient/blob/master/.env] and [ReactotronConfig.js][https://github.com/petrovick/pizzareactnativeclient/blob/master/src/config/reactotronconfig.js] with the correct server location.

Running on Android

react-native start --reset-cache

Wait for the above command to be "Done."

In a separate terminal run

react-native run-android

Running on iOS

react-native run-ios --simulator="iPhone 6s Plus"

App's Image

Login Page

Orders

Signup Page

Orders

Products Page

Orders

Product Types Page

Orders

Product Sizes Page

Orders

My Orders Page

Orders

Current Cart Page

Orders

Cart Ordering Page

Orders