Skip to content

iOS application for Devine Howest Native Development assignment

Notifications You must be signed in to change notification settings

YvesRijckaert/JuliesHouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julie's House Webshop

Order your favorite cakes from Julie's House in an iOS application. View the nearest Julie's House bakeries, and taste the best cakes of Belgium! There is also an asdmin application available and a database connection based on Node.js and Express.

Installing

  1. Open the backend directory in terminal and install the scripts with yarn
yarn
  1. Start the node.js server
node index.js
  1. Open JuliesHouse.xcworkspace in xcode and run the iOS app in a virtual machine.

  2. Open JuliesHouseAdmin.xcworkspace in xcode and run the iOS app in a virutal machine.

  3. You can now place / delete / change orders and they will automatically update in the admin / client app.

Test on a real iOS device

In order to run the app on a real iOS device, you have to change the address of the server in the code.

For example: change 127.0.0.1:4000/orders to your IP address: 192.168.0.121:4000/orders

Built With

About

iOS application for Devine Howest Native Development assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published