Skip to content
Snippets Groups Projects
  1. Aug 29, 2021
  2. Oct 05, 2020
    • Lucendio's avatar
      Polish 'creating to' server test · 4411515b
      Lucendio authored
      * adjust app readme
      * revert change in server 'scripts'
      * renamed 'stack' into 'hack' and split up Makefile into two to better separate
        devops scenarios from scoped deps management
      * updated readme according to the make target changes
      4411515b
  3. Oct 04, 2020
    • Lucendio's avatar
      Update server dependencies; fix invocation in 'make test' · f596e81b
      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
      f596e81b
  4. May 14, 2020
    • Lucendio's avatar
      Add make target to start db and app in a transparent way · 128282d7
      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)
      128282d7
  5. May 04, 2020
  6. Apr 09, 2020
    • Lucendio's avatar
      [app/server] Introduce a test for creating a user document in the database · 807a7009
      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
      807a7009
  7. Apr 02, 2020
  8. Mar 31, 2020
Loading