Skip to content

adab1ts/manifesto-backoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published