Manifesto's backoffice microservice.
- NodeJS 6+
This microservice has been generated using lumber
npm install -g lumber-cli
lumber generate -c
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
npm start
Email: info[@]adabits[.]org
Twitter: @adab1ts
Facebook: Adab1ts
LinkedIn: adab1ts
Designed, developed and maintained by
Klaudia Alvarez | Carles Muiños |
The code of this app is © 2017 Adab1ts under the terms of the GNU AGPLv3 License.