Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

71 lines (33 loc) · 1.88 KB

food-ordering-by-zwy-liyan

Dissertation in HKU. Developing a food ordering system which is a copycat of ele and Meituan waimai.

This program is not mean to plagiarize but exercise.

Front-end: iOS native App, PC and mobile web page. Back-end: Node.js + mongodb.

iOS is built in Objective-C(FOSinOC). I have write a swift version but I do not update it for a long time.

iOS App need to set up node.js server to run fully or you can annotation code at

LoginViewController.m - (IBAction)loginButtonClicked:(id)sender

And can log into the app.


2016.2--2016.8

一个小毕业设计,我们模仿饿了么美团外卖写了一个类似的订餐软件。

做这个项目是为了更多的练习。

我负责iOS的全部开发和80%的Node.js开发。


Now the iOS Objective-C version looks like:

Login and tutorial view.

tutorial view

MainView, could search shop by location.

Alt Text

Add/delete item in cart.

Alt Text

Food view

Alt Text

Place order view

Alt Text

##Infomation Architecture

Red blocks need further development.

Node.js

Node.js-IA.png

iOS

iOS-IA.png