Basic GraphQL server using GraphQL Nexus 🚀.
npm install
docker run --detach --publish 5432:5432 -e POSTGRES_PASSWORD=postgres --name postgres postgres:13
To interact with the API in a GraphQL Playground, all you need to do is execute the dev
script defined in the
package.json:
npm run dev
npm run test
You can find the docs for Nexus here.