fullstack-apollo-express-postgresql-boilerplate
fullstack-apollo-express-postgresql-boilerplate copied to clipboard
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
At the moment, there are two scripts in order to test the server. One to start the test server and the second one to execute the tests. Is there a...
ISSUE: Server: NPM Scripts for Testing #7 I moved database seeding to a dedicated tests/setup.js file from src/index.js. src/index.js now exports httpServer wich will be imported by setup.js and starts...
See https://github.com/rwieruch/fullstack-apollo-react-express-boilerplate-project/pull/5 for users domain. Maybe someone wants to add tests for the messages domain too.
dockerized app will help to build the product independently,without any dependency, i can dockerize this app