Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/entria/restria

Entria's REST API boilerplate
https://github.com/entria/restria

api boilerplate entria koa koa2 koajs node nodejs postgres postgresql rest rest-api

Last synced: about 1 month ago
JSON representation

Entria's REST API boilerplate

Awesome Lists containing this project

README

        

# [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](https://github.com/jgcmarins/restria/wiki)