adab1ts / manifesto-backoffice

Manifesto's backoffice microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manifesto Backoffice

license: AGPL v3

Manifesto's backoffice microservice.

Requirements

  • NodeJS 6+

Setup

This microservice has been generated using lumber

npm install -g lumber-cli
lumber generate -c

ENV

Following variables are needed to correctly boot the microserver

DATABASE_URL=postgres://postgres:postgres@localhost:5432/manifesto
DATABASE_SCHEMA=public
#SSL_DATABASE=true
#ENCRYPT_DATABASE=true
FOREST_AUTH_SECRET=Random signing secret
FOREST_ENV_SECRET=Forest environment secret

You can provision them using an .env file

Production server

npm start

Contact

Email: info[@]adabits[.]org
Twitter: @adab1ts
Facebook: Adab1ts
LinkedIn: adab1ts

Contributors

Designed, developed and maintained by

laklau zuzust
Klaudia Alvarez Carles Muiños

License

The code of this app is © 2017 Adab1ts under the terms of the GNU AGPLv3 License.

About

Manifesto's backoffice microservice

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%