For a design overview and security analysis see the technical report.
- Install required packages
npm install
- Set up mit-cert-auth
- Edit
mit-cert-auth/config.json
- Run
node deploy-auth.js
from themit-cert-auth
directory
- Edit
- Run
mongod
on localhost or set a mongodb URI asUAP_URI
env variable. - Run the server with
npm start