All Projects → entria → restria

entria / restria

Licence: other
Entria's REST API boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to restria

Koahub
KoaHub.js -- 中文最佳实践Node.js Web快速开发框架。支持Koa.js, Express.js中间件。当前项目已停止维护,推荐使用Doodoo.js
Stars: ✭ 308 (+1132%)
Mutual labels:  koa, koajs, koa2
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (-36%)
Mutual labels:  koa, koajs, koa2
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+43768%)
Mutual labels:  postgres, koa, koa2
Koach Javascript
Production ready Koa2 boilerplate.
Stars: ✭ 79 (+216%)
Mutual labels:  koa, koajs, koa2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+3448%)
Mutual labels:  koa, koajs, koa2
Koa2 Note
《Koa2进阶学习笔记》已完结🎄🎄🎄
Stars: ✭ 4,725 (+18800%)
Mutual labels:  koa, koajs, koa2
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+28%)
Mutual labels:  koa, koajs, koa2
Koajs Design Note
《Koa.js 设计模式-学习笔记》已完结 😆
Stars: ✭ 520 (+1980%)
Mutual labels:  koa, koajs, koa2
Koahub Demo
koahub+async/await+mysql
Stars: ✭ 15 (-40%)
Mutual labels:  koa, koajs, koa2
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+652%)
Mutual labels:  koa, koajs, koa2
koa-subdomain
Simple and lightweight Koa middleware to handle multilevel and wildcard subdomains
Stars: ✭ 23 (-8%)
Mutual labels:  koa, koajs
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (-4%)
Mutual labels:  koa, koa2
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (+44%)
Mutual labels:  koa, koa2
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+6344%)
Mutual labels:  koa, koa2
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+24%)
Mutual labels:  koa, koajs
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+888%)
Mutual labels:  koa, koa2
Koa Webpack Middleware
webpack dev&hot middleware for koa2
Stars: ✭ 215 (+760%)
Mutual labels:  koa, koa2
koa-orm
koa orm using sequelize & sk2 (fork from knex)
Stars: ✭ 62 (+148%)
Mutual labels:  koajs, koa2
stack
A set of components for makers to ship better products faster 🚀
Stars: ✭ 27 (+8%)
Mutual labels:  koajs, koa2
koa2-proxy
基于koa@next的代理工具,支持http和https,并且可以当做本地服务器使用
Stars: ✭ 42 (+68%)
Mutual labels:  koa, koa2

[WIP] Restria - Entria's REST API boilerplate

Basic methods

Method Endpoint Description
GET /v1/users/:id get user by id
GET /v1/users get all users
POST /v1/users/:id insert user
POST /v1/users bulk insert users
DELETE /v1/user/:id soft delete user by id
DELETE /v1/users soft delete bulk of users

Postgres

Check Wiki

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].