All Projects → aeasringnar → egg-RESTfulAPI

aeasringnar / egg-RESTfulAPI

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to egg-RESTfulAPI

cubic
📦 Easy to scale, zero-config, real-time focused app platform for node.js
Stars: ✭ 16 (-77.14%)
Mutual labels:  restful-api
egg-sentry
Sentry Plugin For Egg.js
Stars: ✭ 18 (-74.29%)
Mutual labels:  eggjs
eggjs-oAuth2-server
基于eggjs的oAuth2.0授权服务端,包含完整流程实例
Stars: ✭ 118 (+68.57%)
Mutual labels:  eggjs
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+82.86%)
Mutual labels:  restful-api
dawn-api
A RESTful API package
Stars: ✭ 25 (-64.29%)
Mutual labels:  restful-api
kontenbase
Kontenbase is a no code backend API platform / Backend as a Service (BaaS)
Stars: ✭ 98 (+40%)
Mutual labels:  restful-api
ecommerce api
E-commerce by Django Rest Framework
Stars: ✭ 156 (+122.86%)
Mutual labels:  restful-api
ogen
OpenAPI v3 code generator for go
Stars: ✭ 436 (+522.86%)
Mutual labels:  restful-api
goexpress
An Express JS Style HTTP server implementation in Golang
Stars: ✭ 87 (+24.29%)
Mutual labels:  restful-api
gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (-7.14%)
Mutual labels:  restful-api
egg-rbac
Role Based Access Control for eggjs
Stars: ✭ 32 (-54.29%)
Mutual labels:  eggjs
travels-api
API for Travels Management - UFLA Comp Jr/20 anniversary event
Stars: ✭ 22 (-68.57%)
Mutual labels:  restful-api
springboot-bestpractice
SpringBoot best practice architecture. Using Spring Security, Spring Data JPA.
Stars: ✭ 51 (-27.14%)
Mutual labels:  restful-api
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+65.71%)
Mutual labels:  restful-api
AnomalyDetection
基于智能计算框架nupic的异常检测restful Api.
Stars: ✭ 31 (-55.71%)
Mutual labels:  restful-api
mrapi
A framework for rapid development of API or DAL applications.
Stars: ✭ 20 (-71.43%)
Mutual labels:  restful-api
react-ant-admin-api
专为 react-ant-admin 开发的后端API,完善的权限路由系统,使用 eggjs、ts、mysql开发
Stars: ✭ 52 (-25.71%)
Mutual labels:  eggjs
gateCracker
No description or website provided.
Stars: ✭ 20 (-71.43%)
Mutual labels:  restful-api
go-onion-architecture-sample
Sample RestAPI project write in Go
Stars: ✭ 40 (-42.86%)
Mutual labels:  restful-api
YuiAPI
一个浏览器API测试客户端,API文档生成器,支持chrome/firefox/新版edge
Stars: ✭ 25 (-64.29%)
Mutual labels:  restful-api

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].