Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

egg-RESTfulAPI

基于egg.js 2.X的 RESTfulAPI 风格的项目模板,用于快速构建高性能的服务端。

技术栈

  • 框架选择:基于 Egg.js 2.X
  • 数据模型:基于 Mongoose 存储
  • 授权验证:基于JWT
  • 内置功能:文件处理,用户系统,错误处理及接口返回标准,全方位CRUD,分页,模糊查询等

QuickStart

see egg docs for more detail.

Development

$ cd app & mkdir public & cd public & mkdir uploads
$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ 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 for more detail.

About

基于egg.js2.x的RESTfulAPI风格的项目模板,用于快速构建高性能的服务端。

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.