/graphql-tasks-server

Tasks GraphQL server

Primary LanguageJavaScriptMIT LicenseMIT

graphql-tasks-server

Tasks GraphQL server

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/graphql-tasks-server.git

If you use https, use this instead

git clone https://github.com/ammezie/graphql-tasks-server.git

After cloning, run:

npm install

And finally, start the application:

npm start

and visit http://localhost:3000/graphiql to see the application in action.