This project has four functions
1、DataCenter: Data visualization display of vehicle condition in parking lot
2、OrderManage: Addition, deletion and modification of vehicle order
3、memberManage: Member Addition and deletion of member users
4、adminCountMange: Modify account interest, change avatar, delete account
Notice: It is not perfect
This is used to study.
This project is front-end and back-end separated
npm install
- used VueJs, so need use
npm run serve
to start developed server
npm run serve
- back-end is base on NodeJs
mongod --dbpath (dbpath)
node app
- analog _data: database export data
- static: front-end structure--not use vue-cli
- back-end: serve code