Aucune description

maguohua ebb45f983d test api doc il y a 8 ans
InitData aa4f0af33a 排序 搜索功能完成 il y a 8 ans
config 922902c05f change api doc il y a 8 ans
controller 92348b091f upload img api doc il y a 8 ans
logs 61c0a40907 增加中间件 路由配置 il y a 8 ans
middlewares 61c0a40907 增加中间件 路由配置 il y a 8 ans
models aa4f0af33a 排序 搜索功能完成 il y a 8 ans
mongodb 61c0a40907 增加中间件 路由配置 il y a 8 ans
prototype e921d1f8b7 fixed uploadimg il y a 8 ans
public 32eca19ecc add gitignore il y a 8 ans
routes 92348b091f upload img api doc il y a 8 ans
views 61c0a40907 增加中间件 路由配置 il y a 8 ans
.babelrc b8edb99188 vision 0.0.1 il y a 8 ans
.gitignore d6ffd433c1 base file il y a 8 ans
API.md ebb45f983d test api doc il y a 8 ans
LICENSE ddfbe2d80a 增加LICENSE il y a 8 ans
README.md 56243ebe13 change api doc il y a 8 ans
app.js aa4f0af33a 排序 搜索功能完成 il y a 8 ans
index.js b8edb99188 vision 0.0.1 il y a 8 ans
package.json 922902c05f change api doc il y a 8 ans

README.md

Project

此项目是前端项目 vue2-elm 的后台系统,保持和官网一致的API接口。并提供了对应的后台管理系统 vue2-manage

说明

nodejs + mongodb 构建的后台系统

如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

开发环境 macOS 10.12.4 nodejs 6.10.2

传送门:前端项目地址 后台管理系统地址 原生APP项目地址

技术栈

nodejs + express + mongodb + mongoose + es6/7 + mocha + bluebird + bootstrap

项目运行

git clone https://github.com/bailicangdu/node-elm  

cd node-elm

npm install

开启 mongodb

npm run dev 

访问: http://localhost:8001

目标功能

  • 定位功能
  • 城市列表
  • 搜索地址
  • 上传图片
  • 添加商铺
  • 添加食品
  • 测距
  • 搜索美食,餐馆
  • 餐馆排序
  • 购物车功能
  • 评价
  • 食品详情
  • 商家详情
  • 登录、注册
  • 修改密码
  • 用户信息
  • 下单功能
  • 订单列表
  • 订单详情
  • 下载App
  • 添加、删除、修改收货地址
  • 帐户信息
  • 服务中心
  • 红包
  • 支付(支付宝,微信)
  • 后台管理系统
  • 前后台同构,美化路由地址
  • 部署上线

API接口文档

接口文档

License

MIT