Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/nodejs-web-featherjs-api-template

A POC for featherjs.
https://github.com/bearddan2000/nodejs-web-featherjs-api-template

api featerjs featherjs koa nodejs template typescript web

Last synced: 30 days ago
JSON representation

A POC for featherjs.

Awesome Lists containing this project

README

        

# nodejs-web-featherjs-api-template

## Description
A POC for featherjs.

## Tech stack
- koa
- typescript
- featerjs

## Docker stack
- node:latest

## To run
`sudo ./install.sh -u`
curl -i localhost/messages

## To stop
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
[Featherjs docs](https://feathersjs.com/guides/basics/starting.html)