Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 432 Bytes

Divide image into parts

Create '.env' file with the following content:

MONGO_URL=mongodb://localhost:27017/BlaBlaBla

Install

sudo npm install -g yarn
yarn

Start app

npm start

Now you can navigate to http://localhost:5000 to see the app working.

Result of image you will see in root directory in folder uploads

Requirements

Node.js 6.9.0 or newest NPM 3.10.0 or newest