Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimi-block/egg-restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
https://github.com/heimi-block/egg-restfulapi
egg egg-plugin egg-restfulapi fs jwt mongodb mongoose nodejs upload
Last synced: 9 days ago
JSON representation
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
- Host: GitHub
- URL: https://github.com/heimi-block/egg-restfulapi
- Owner: heimi-block
- Created: 2017-12-23T17:30:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T03:31:14.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T21:08:57.982Z (3 months ago)
- Topics: egg, egg-plugin, egg-restfulapi, fs, jwt, mongodb, mongoose, nodejs, upload
- Language: JavaScript
- Homepage:
- Size: 4.65 MB
- Stars: 595
- Watchers: 19
- Forks: 130
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-RESTfulAPI
基于Egg.js的 RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
(建议用于学习入门EGGJS和Mongoose,如果作为生产请自行优化和改造)## 特性
- :zap: **框架选择**:基于 Egg.js 2.0
- :fire: **数据模型**:基于 Mongoose 存储
- :lock: **授权验证**:基于JWT
- :rocket: **内置功能**:文件处理,用户系统,统一错误处理及接口返回标准,全方位CRUD,分页,模糊查询的等数据操作Demo
- :sparkles: **最佳实践**:接口设计适配 Ant Design Pro 或 微信小程序开发等。(内置分页及ant接口返回标准)## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ cd app & mkdir public & cd public & mkdir uploads
$ npm i
$ npm run dev
$ open http://localhost:7001/
```### Deploy
```bash
$ npm start
$ npm stop
```### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.[egg]: https://eggjs.org