Detailed README coming soon, project is unfinished!
npm install
configure .env file
GraphQL / Mongoose / Express
Authentication:
* JWT AccessToken & Opaque RefreshToken stored in cookies
Authorization:
* Require user role from DB or to be authenticated without any role for each resolver
npm run ac Post - will create a new component called Post and automatically import it
npm run rc Post - will remove a component called Post and all files within it