Takeaway platform modeled after Ele.me

image

  1. Overview

Takeaway System

Keywords: mobile phone background management, takeaway system api

It's a takeaway platform modeled after Ele.me

  1. Features

Features
  • A complete takeaway system, including mobile terminal, background management, api

  • A takeaway system based on spring boot and vue with separation of front and back ends

  • Contains complete mobile terminal and background management functions

Technical selection

  • Core framework: Spring Boot

  • Database layer: Spring data jpa/Spring data mongodb

  • Database connection pool: Druid

  • Cache: Ehcache

  • Front end: Vue.js

  • Database: mysql5.5 and above, Mongodb4.0 (do not use the latest version 4.2)


Module

  • flash-waimai-mobile mobile site

  • flash-waimai-manage background management system

  • flash-waimai-api java interface service

  • flash-waimai-core low-level core module

  • flash-waimai-generate code generation module

  1. download link

download link

https://pan.baidu.com/s/1GAIa4i0yBZbS_cjwyK5Lhw

Extraction code: qntn

  1. Installation Environment

Create mysql database

After the mysql database is created, start the flash-waimai-api service, and the data will be initialized automatically, without the need for developers to manually initialize the data.

Install mongodb and create the database flash-waimai. Use the mongorestore command to import mongodb data. Download the test picture. Store the picture in the directory of the directory configured by system.file.upload.path in the t_sys_cfg table. Start the management platform and         enter the flash-waimai-manage directory: Run npm install --registry=https://registry.npm.taobao.org Run npm run dev to start successfully and visit  http://localhost:9528  , log in, username and password: admin/admin Start the mobile terminal and         enter the flash-waimai-mobile directory: Run npm install --registry=https://registry.npm.taobao.org Run npm run local and visit http://localhost:8000 after successful startup
  1. Scan QR code to follow

image (Public Account)
image (WeChat)
  1. Disclaimer

[ Writing instructions ] The above content is shared with programmers who like to program and have dreams, and hope to help you. The above article belongs to the original public account. If you need to reprint, please indicate the source. [ Disclaimer ] This public platform is not an advertiser, nor does it advertise for other third-party websites or individuals. The source code and articles shared here are some of the projects that I think are good in the project and study. Some voluntary download or payment behaviors generated by users. There is no direct relationship with the platform [ Submission Email ] [email protected]  Welcome to contribute and share your high-quality source code or articles


Guess you like

Origin blog.51cto.com/15067267/2576554