1 Star 0 Fork 1

SUWH / carsystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

car二手汽车内部后台系统

项目介绍

一个后台的方便客服人员查看二手车的信息的系统

注意:请认真看使用说明

项目预览

软件架构

软件架构说明

  • 后端
    • nodejs
  • 前端
    • react、react-router、react-redux、redux、es6、es7、mockjs、antd UI框架、jQuery
  • 数据库
    • mongodb
  • 服务器
    • nodejs-express

安装教程

  1. 安装了node,建议node版本大于v6.x
  2. 导入数据库
    • 安装mongodb
    • 开启mongodb
    • 数据文件夹在doc文件夹内
    • mongodb导入:mongorestore -h dbhost -d dbname path
    • dbhost是mongodb的IP,dbname是数据库的名字,path是doc里的数据库文件夹
    • 如下:
    • mongorestore -h 127.0.0.1 -d carsystem ./carsystem
  3. npm install 或者 yarn install
  4. 确认数据库已经开启,然后在根文件夹node app.js就可以了
  5. 打开网页 http://localhost:8080/

使用说明

  1. 目录
├─doc               相关文件
│  ├─carsystem      数据库文件夹
│  └─view
├─models            mongoose模型
├─node_modules   
├─static            图片等静态资源
├─www               react前端相关目录
│  ├─dist           编译后放后端的前端
│  └─src            react前端源码

完整目录

  1. static文件夹过大请到这里下载,下载
  2. 开发时请输入npm start开启webpack自动编译dist
  3. 开启node服务器 npm server,请确保mongodb已经开启,并且导入了数据
  4. 测试修改
The MIT License (MIT) Copyright (c) 2018 SUWENHAO Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

car二手汽车内部后台系统 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/suwenhao/carsystem.git
git@gitee.com:suwenhao/carsystem.git
suwenhao
carsystem
carsystem
master

搜索帮助