Tasks GraphQL server
Clone the project repository by running the command below if you use SSH
git clone git@github.com:kayzinsoedev/graphql-tasks-server.git
If you use https, use this instead
git clone https://github.com/kayzinsoedev/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.