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.
MainView, could search shop by location.
Add/delete item in cart.
Food view
Place order view
##Infomation Architecture
Red blocks need further development.
Node.js
iOS