https://github.com/bearddan2000/nodejs-web-api-koa-redis-set
A basic nodejs api with koa
https://github.com/bearddan2000/nodejs-web-api-koa-redis-set
api json koa nodejs promise redis set web
Last synced: 3 months ago
JSON representation
A basic nodejs api with koa
- Host: GitHub
- URL: https://github.com/bearddan2000/nodejs-web-api-koa-redis-set
- Owner: bearddan2000
- Created: 2022-04-16T20:56:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T20:56:44.000Z (about 4 years ago)
- Last Synced: 2025-08-01T21:34:57.449Z (11 months ago)
- Topics: api, json, koa, nodejs, promise, redis, set, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/nodejs-web-api-koa-redis-set
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-web-api-koa-redis-set
## Description
A basic nodejs api with koa
framework that uses redis
to cache a set requests.
## Tech stack
- nodejs
- koa
- json
- promise
- redis
## Docker stack
- node:latest
- redis:latest
## To run
`sudo ./install.sh -u`
- curl -X localhost
## To stop
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Code based on](https://github.com/koajs/json)