Basic GraphQL server using GraphQL Nexus 🚀.
npm installdocker run --detach --publish 5432:5432 -e POSTGRES_PASSWORD=postgres --name postgres postgres:13To 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 devnpm run testYou can find the docs for Nexus here.