The project is still under development, you can advance to the communication group qq: 767921419 (the latest news, documents and tutorials will be announced at any time in the group)...
Group qq:767921419, qq:9679489
Keras-Mall is an e-commerce management middle platform developed based on NodeJS. It has a unified authorization and authentication back-end management system, which includes multiple built-in modules such as user management, resource permission management, and database backup. It can be used as a development scaffolding for back-end services. The code is concise and the structure is clear, suitable for learning and direct use in projects. The front end adopts webpack, vue, ElementUI, vuex, vue-router and other technical solutions to separate the front and back ends of the extremely fast backend development framework.
1. User management: The user is the system operator. This function mainly completes the creation, deletion and other configurations of system users.
2. Menu management: configure system menus, configure menu hierarchies, icons, paths, show/hide
3. Role management: role creation, assigning menu permissions to roles, and fine-grained page-level permissions
4. Dictionary management: maintain some relatively fixed data frequently used in the system
5. Database backup: backup and recovery functions of system database
6. Internationalization: Developers can modify the language library file to support multi-language switching
7. Skin change: Users can choose their own color scheme through the palette
1. Go to the Gitee download page and enter the link instructions to download and extract to the working directory.
2. Enter the project directory
cd keras_mall
3. Install dependencies
yarn
4. Modify the configuration file /config/index.js
5. Start the project
yarn start