1
0
Fork 0
SSObaseApp_nodeJS/README.md

28 lines
542 B
Markdown
Raw Normal View History

2019-09-04 09:57:22 +00:00
# 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
```sh
2019-09-08 17:40:36 +00:00
$ node app.js
2019-09-04 09:57:22 +00:00
```
## debug start (with debug output/logs)
```sh
2019-09-08 17:40:36 +00:00
$ NODE_ENV=debug node app.js
2019-09-04 09:57:22 +00:00
```
# TODO
| title | description | - |
| ----- | ----------- | --- |
| database options | mongodb, memcache | - |
| fallback cache | in-app cache as fallback | - |
2019-09-04 10:02:24 +00:00
| modules | database, authentication | - |
2019-09-04 09:57:22 +00:00
| web service | GUI | - |
# Upgrade your app
- add upstream
- pull
- merge