Skip to content

edinskeja/feathersjs-graphql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeathersJS Graphql Boilerplate

Dependency status License

A super simple boilerplate with authentication and subscriptions using Apollo Server and FeathersJS

Install & Run

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.

Production

Edit config/production.json with your host and secret.

Secret can be generated by running feathers generate secret.

Start the server

yarn start