
Build your own Meituan/Eliamo platform, store deductions for custom settings in the background, funds are uniformly entered into the platform account, and then the platform transfers money to the merchant stores. Client side Mini programs user side: Self-service ordering can obtain merchant product updates at any time, and the order information is clear at a glance. The experience makes the interaction between restaurants and customers more convenient and friendly. Merchant side Mini programs Merchant side: Manage products, view/operate orders, issue coupons, etc., easy and quick to start. Peripheral auxiliary receipt printer, label printer is convenient for ordering and scanning code equipment, and quick verification of self-submitted orders (you can use the merchant's background scanning code to verify) Server Linux version: We use GO language to develop the server. About the introduction of GO language, we can use Baidu on our own. We chose this language mainly because this language has strong advantages in performance and convenient concurrency. It can easily cope with the situation of relatively large users in the later period. Backend Management Web Side: We develop the backend management side based on PHP 5.6. The reason why we use PHP here is because PHP is mainly responsible for functional development when the server side is resistant to pressure. The faster development speed is PHP's biggest advantage. This block of code is open source. If users have development capabilities, they can add their own functions and modules, and make more changes to powerful functions based on our open documents. Weixin Mini Programs client: We use the WeChat applet development tool for native development of WeChat applet. This block is developed open source, making it convenient for users to modify styles, adjust functions, etc. (PS: I originally considered using UNIAPP for development, but later I encountered several WeChat interface changes. UNIAPP may have to wait for a while to adapt, so in order not to affect the development progress, we adopted native development)
Comments0