/myAnimeListGraphQL

MyAnimeList GraphQL server.

Primary LanguageTypeScript

Nexus-Boilerplate ci

Code-First GraphQL server.

Usage

> git clone https://github.com/rramiachraf/nexus-boilerplate [projectName]
> cd [projectName]
> yarn
> yarn dev

Environment variables

Create a .env file in the root of the project and add your variables, but in case you want to use them you need to import them from src/env.ts using the env-var library.