An implementation of the Aircheck challenge from Space Apps 2016.
- Install
node,npm, andmongo - Run
mongodon the standard port27017 - Run
npm installboth inclientandserver - Run
npm run update-schemainserverin order to export the GraphQL schema from the server and make it available to the client - Run
npm startboth inclientandserver
Product overview is available in the wiki: Using Boreas
- Make sure to run
npm run update-schemaevery time when you change the GraphQL schema on the server.