# studentmanager **Repository Path**: lin_g_g_hui/studentmanager ## Basic Information - **Project Name**: studentmanager - **Description**: 入门级 express+mongodb+elementui 增删查改 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # studentmanager ## 项目初始化 ``` npm install ``` ### 安装nodejs,mongodb ### 启动server项目 ``` 打开更目录下的server 命令行执行 node app server下的db.js可修改mongodb相关配置 默认创建的用户:lin 密码:123456 接口权限基于JWT ``` ### 启动vue项目 ``` npm run serve ``` ## 项目介绍 使用express+axios+mongodb+JWT实现 有登录功能,简单增删改查和分页 - ![avatar](./pic.jpg)