An implementation of the Aircheck challenge from Space Apps 2016.
- Install
node
,npm
, andmongo
- Run
mongod
on the standard port27017
- Run
npm install
both inclient
andserver
- Run
npm run update-schema
inserver
in order to export the GraphQL schema from the server and make it available to the client - Run
npm start
both inclient
andserver
Product overview is available in the wiki: Using Boreas
- Make sure to run
npm run update-schema
every time when you change the GraphQL schema on the server.