A basic GraphQL API for a ToDo application.
git clone [email protected]:prmsrswt/graphql-todo-server.git
Yarn
If you are using Yarn.
yarn
NPM
Or if you are using NPM.
npm install
Create a .env
file containing the values from .env.sample
.
yarn start
yarn test