Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

README.MD

File metadata and controls

38 lines (24 loc) · 1.23 KB

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