https://github.com/bearddan2000/nodejs-web-api-koa-redis-del-key
A basic nodejs api with koa
https://github.com/bearddan2000/nodejs-web-api-koa-redis-del-key
api del json key koa nodejs promise redis 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-del-key
- Owner: bearddan2000
- Created: 2022-04-16T20:56:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T20:56:29.000Z (about 4 years ago)
- Last Synced: 2025-01-29T16:33:04.835Z (over 1 year ago)
- Topics: api, del, json, key, koa, nodejs, promise, redis, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/nodejs-web-api-koa-redis-del-key
- 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-del-key
## Description
A basic nodejs api with koa
framework that uses redis
to cache a list request.
## 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)