/cardographer-platform

cardographer v2 web platform stuff

Primary LanguageTypeScriptMIT LicenseMIT

Cardographer platform components

Cardographer server stuff. Deck editing and session analysis. Currently hosted at https://cardographer.cs.nott.ac.uk/platform for University of Nottingham staff.

© The University of Nottingham, 2021-2022.

See the wiki for user documentation, and examples.

Can be used with

Build

Note, requires docker and docker-compose. (e.g. vagrant up - see Vagrantfile)

Running Server Locally

sudo docker-compose up -d --build

Open http://localhost:3000. Registration code is 1234, but can be changed in docker-compose.yaml

Note, the server needs to be able to send (forward) email for password recovery.

Testing with Miro locally

In your chosen miro team, open your profile settings, select "your apps" tab, and "+Create new app" and give it a name (e.g. "cardographer local dev"). Give it permission board:read and board:write and set the "App URL" to http://localhost:3000/miro.html.

Then "Install app and get OAuth token", or copy and paste the Share app "Installation URL", and agree.