An enterprise Express GraphQL template application built using Nodejs showcasing - Testing Strategies, DB seeding & migrations, integration with an ORM, containerization using Docker, a GraphQL Interface, support for GraphQL relay, integration with join-monster for out of the box DB table join support, support for aggregation queries, and PostgreSQL.
We’re always looking for people who value their work, so come and join us. We are hiring!
- Node
- Express
- Postgres
- GraphQL
- Docker
./setup-local.sh
docker-compose down
docker-compose build
docker-compose up
yarn start:local
yarn dev
yarn prod
yarn build