Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bearddan2000/nodejs-web-featherjs-api-template
- Owner: bearddan2000
- Created: 2023-11-11T18:00:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T18:00:36.000Z (about 1 year ago)
- Last Synced: 2024-10-16T19:11:29.469Z (3 months ago)
- Topics: api, featerjs, featherjs, koa, nodejs, template, typescript, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/nodejs-web-featherjs-api-template
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)