Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 446 Bytes

File metadata and controls

27 lines (23 loc) · 446 Bytes

API

The instapapas API (in development)

###Install

npm install

Create config.js file and fill it with

module.exports = {
  IMAGE_HOST: 'api.instapapas.matiascontilde.com',
  AUTH_TOKEN_LENGTH: 64,
  AUTH_TOKEN_CHARSET: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_',
  LOGIN_MAX_TIME: 1000 * 60 * 60 * 6 // Six hours
};

Run

npm start

In parallel:

mongod --dbpath=./db