Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diogo-karma/extract-images


https://github.com/diogo-karma/extract-images

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Extract-Images
### Pre-requisitos:
* nodejs & mongodb

### Instalação:
```ssh
$ git clone https://github.com/dg-jacquard/extract-images.git
$ cd extract-images
$ npm install
```
#### Development
```ssh
$ npm i -g nodemon
$ npm install
$ nodemon bin/www
```
#### Production
```ssh
$ npm i -g pm2
$ npm install
$ pm2 start bin/www
```