Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 521 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 521 Bytes

graphql-tasks-server

Tasks GraphQL server

Getting Started

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

git clone [email protected]: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.