Skip to content

ammezie/graphql-tasks-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.