- May 26, 2020
-
-
Lucendio authored
* npm is a symlink in the node artifact, so, extracting only the symlink is no good if its actual target is not there. Now, the whole `node_modules` is extracted instead, and a symlink is created explicitly * remove wildcards to avoid necessity of `--wildcards`, which is not supported by BSD tar * minor phrasing
-
- May 14, 2020
-
-
Lucendio authored
* adjust mongoose configuration * documents more make targets in readme * applied npm scripts convention of the client to the corresponding server scripts in order to be more consistent (`start` is now meant for local development)
-
Lucendio authored
* keep both in gitignore, since the default still exist
-
- May 04, 2020
-
-
Lucendio authored
* tech stack can be installed locally and will be used by app-related targets if available * bumped minimal required npm version to 6.14 for server and client
-
- Apr 21, 2020
- 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
-
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 05, 2020
- 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
-
- Apr 01, 2020
-
-
Lucendio authored
* applied latest cra-template * removed react-specific content
-
- Mar 31, 2020
-
-
Lucendio authored
* Dockerfile * k8s resources * yarn.lock
-