Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgaidot/api-rekognition
API Rekognition - A simple Serverless API using AWS Rekognition and Koajs
https://github.com/rgaidot/api-rekognition
aws docker koajs nodejs rekognition serverless
Last synced: about 1 month ago
JSON representation
API Rekognition - A simple Serverless API using AWS Rekognition and Koajs
- Host: GitHub
- URL: https://github.com/rgaidot/api-rekognition
- Owner: rgaidot
- Created: 2017-11-04T17:58:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T19:45:00.000Z (about 7 years ago)
- Last Synced: 2024-10-31T13:23:15.369Z (3 months ago)
- Topics: aws, docker, koajs, nodejs, rekognition, serverless
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Rekognition - A simple Serverless API using AWS Rekognition and Koajs
## Prerequisites
- [Docker](https://docs.docker.com/engine/installation/)
- [npm](https://www.npmjs.com/)## Install
```sh
make install
```## Dev
```sh
make run
```### Lint sources codes
```sh
make prettier
```## Test
```sh
make test
```