1
0
Fork 0
Go to file
Ruben Meyer ba044c9e6d log module with no-cli fallback 2019-09-08 19:41:51 +02:00
bin/logs log module with no-cli fallback 2019-09-08 19:41:51 +02:00
.gitignore .gitignore 2019-09-08 19:40:17 +02:00
README.md README update 2019-09-08 19:40:36 +02:00

README.md

SSObaseApp - fork it and build your own app

nodeJS web app using auth.rxbn.de SSO Service to authenticate and authorize users

start app

normal start

$ node app.js

debug start (with debug output/logs)

$ NODE_ENV=debug node app.js

TODO

title description -
database options mongodb, memcache -
fallback cache in-app cache as fallback -
modules database, authentication -
web service GUI -

Upgrade your app

  • add upstream
  • pull
  • merge