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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T18:00:36.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:44:31.151Z (over 1 year 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)