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

instapapas/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published