Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafqla/imooc-api
imooc-admin的后台接口
https://github.com/mafqla/imooc-api
koa2 nodejs
Last synced: 3 months ago
JSON representation
imooc-admin的后台接口
- Host: GitHub
- URL: https://github.com/mafqla/imooc-api
- Owner: mafqla
- Archived: true
- Created: 2022-05-02T13:35:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T08:50:09.000Z (over 2 years ago)
- Last Synced: 2024-09-26T16:41:00.889Z (3 months ago)
- Topics: koa2, nodejs
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 31
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imooc-api
## imooc-admin的后台接口
## 希望大家能够支持我们的项目,欢迎star,fork,和issue
## 框架版本
nodejs:v16.3.1
koa:v2.13.4### 安装依赖
```shell
npm install
```### 启动项目
```shell
npm run dev
```### mongoDB数据库
- 在本地下载安装mongodb数据库
[下载地址](https://www.mongodb.com/download-center/community)- 下载MongoDB Compass 可视化工具
[下载地址](https://docs.mongodb.com/v3.2/tutorial/install-mongodb-compass/)### 导入数据
/db/mongodb-data/下的json文件
或者直接运行项目
> 这是本人自学nodjs 写的后台api项目,没有什么特别的,只是为了学习nodjs的各种框架,技术,技巧,方法,等等
[前端项目地址](https://github.com/mafqla/imooc-admin)