# moneydb **Repository Path**: tangtony/moneydb ## Basic Information - **Project Name**: moneydb - **Description**: 华东师范大学 2019 年春季学期数据库系统实践课程大作业,为独立开发一个数据库管理系统,本项目的选题是物流管理系统。适合新手入门的项目学习,可以深入了解数据库操作(基于 ORM)以及一些必要的前后端交互。项目基于 Node.js + Electron + Vue.js + Express.js + Sequelize。 Keywords: 数据库, DB, ORM, Database, Electron, Express, Vue, Node, Sequelize - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # moneydb > 华东师范大学 2019 年春季学期数据库系统实践课程大作业,为独立开发一个数据库管理系统,本项目的选题是物流管理系统。适合新手入门的项目学习,可以深入了解数据库操作(基于 ORM)以及一些必要的前后端交互。项目基于 Node.js + Electron + Vue.js + Express.js + Sequelize。 The topic of this project is logistics management system. A good starting point for a beginner, with an in-depth understanding of database operations (based on ORM) and some of the necessary front-and-back interactions. The project is based on Node.js + Electron + Vue.js + Express.js + Sequelize. > Keywords: 数据库, DB, ORM, Database, Electron, Express, Vue, Node, Sequelize #### Build Setup ``` bash # install dependencies yarn # serve with hot reload at localhost:9080 yarn dev # build electron application for production npm run build # lint all JS/Vue component files in `src/` npm run lint ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).