A super simple boilerplate with authentication and subscriptions using Apollo Server and FeathersJS
git clone https://github.com/EdinSkeja/feathersjs-graphql-boilerplate
cd feathersjs-graphql-boilerplate
yarn
yarn dev
Then you can go to http://locahost:3030/graphql
in your browser to start making queries.
Edit config/production.json
with your host
and secret
.
Secret can be generated by running feathers generate secret
.
Start the server
yarn start