fullstack-apollo-express-postgresql-boilerplate
fullstack-apollo-express-postgresql-boilerplate copied to clipboard
π₯ A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
## The dependency [dataloader](https://github.com/graphql/dataloader) was updated from `1.4.0` to `2.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [dotenv](https://github.com/motdotla/dotenv) was updated from `6.2.0` to `8.1.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
When I try to start the site (~p. 248), I'm met with the following error: `Unhandled rejection SequelizeConnectionError: password authentication failed for user "crash"` which caught me off guard because...
* add build step to project * add dev script * instruct to use DATABASE_URL * the flow is inspired by https://stackoverflow.com/a/34484065/630752 fixes #37
Thank you for what you have done, and it is a brilliant project. Just a question, Do you have plan to integrate **Passport.js** into your project? Because in which I...
the Heroku section instructs the user to add code for DATABASE_URL https://www.robinwieruch.de/graphql-apollo-server-tutorial/#graphql-server-postgresql-deployment-heroku The DATABASE_URL env var is widely used. It would make more sense to specify this from the very...
If the DATABASE_URL env var is defined we act like we are in production. When we are in production we wipe the db if the api restarts. 1. env var...
Hi, sorry for the newbie question but how do I incorporate refresh tokens with this? When following the boilerplate, any signed-in users will need to login again every 30 minutes...
In my testing of the master branch I found that resolvers isAuthenticated and isAdmin in src/resolvers/authorization.js do not return, and so do not prevent the action their existance was intended...