Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Entria's REST API boilerplate
- Host: GitHub
- URL: https://github.com/entria/restria
- Owner: entria
- Created: 2017-11-04T13:56:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T08:22:02.000Z (about 4 years ago)
- Last Synced: 2024-10-31T08:42:21.352Z (2 months ago)
- Topics: api, boilerplate, entria, koa, koa2, koajs, node, nodejs, postgres, postgresql, rest, rest-api
- Language: JavaScript
- Homepage:
- Size: 454 KB
- Stars: 27
- Watchers: 14
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - restria - Entria's REST API boilerplate (JavaScript)
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)