Setup

  1. Setup a local or remote MongoDB cluster with a db

  2. Set MongoDB connection string as env variable.

    MacOS: export MONGODB_CONNECTIONSTRING=mongodb+srv://<<db-user>>:<<db-pw>>@<<url to the cluster>>/<<db-name>>

  3. Install npm dependencies

    npm install

Start Frontend

npx gulp webserver

Start Backend

npm run start