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: 1 day 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T19:45:00.000Z (over 8 years ago)
- Last Synced: 2025-04-05T22:42:55.115Z (about 1 year 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
```