- Sep 08, 2021
- Aug 26, 2021
-
-
Falk authored
- move Dockerfile to root dir - set correct default port for node server - include node_modules folder in final docker build
-
- Mar 15, 2021
-
-
derrabauke authored
- figured out how to configure liveliness
-
- Oct 04, 2020
-
-
Lucendio authored
* update mongoose, jest and nodemon to address security alerts triggered by dependabot * 'test' target had a bug introduced by using wrong syntax * renamed server scripts to clarify the distinction between invocations in local development, CI and actual operations
-
- Jun 24, 2020
-
-
Lucendio authored
-
- May 14, 2020
-
-
Lucendio authored
* keep both in gitignore, since the default still exist
-
- Apr 09, 2020
-
-
Lucendio authored
* change behaviour so that service still comes up regardless whether db connection can be established or not (see 12-Factor-App) - loosely tight to backing service * instead, it will log to stderr hinting this issue * successful port binding is still required
-
Lucendio authored
* introduce a test on the server to see if user creation works (backend process <-> db only; still needs a test that involves the router, too) * main server process is no connection-aware and wont start if database is not reachable * some renaming, cause it's more descriptive * unify quote usage
-
- Apr 02, 2020
-
-
Lucendio authored
* update deps to latest and pin min node & npm version * checkin lock files * make server serve client to merge both into one in order to reduce complexity * adjust CSP accordingly
-
- Mar 31, 2020
-