# simple-back-end **Repository Path**: onemonth/simple-back-end ## Basic Information - **Project Name**: simple-back-end - **Description**: 简单的后台管理系统 express 后端搭建 RESTful 接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-29 - **Last Updated**: 2024-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装依赖 ```shell pnpm i ``` # 本地开发 1. 先运行 docker 创建本地的 mongodb [运行本地 mongodb](docker/readme.md) 2. 运行 `express` ```shell pnpm dev ``` 端口是 `3001`,可在 `nodemon.json` 修改