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

https://github.com/bearddan2000/nodejs-web-api-koa-redis-hash

A basic nodejs api with koa
https://github.com/bearddan2000/nodejs-web-api-koa-redis-hash

api hash json koa nodejs promise redis web

Last synced: 3 months ago
JSON representation

A basic nodejs api with koa

Awesome Lists containing this project

README

          

# nodejs-web-api-koa-redis-hash

## Description
A basic nodejs api with koa
framework that uses redis
to cache a hash 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)