Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 466 Bytes

apollo-server-node

Full CRUD graphql API with Authentication and Subscription using Apollo-Server

It is a graphql api and it is supposed to be self documented after all

just for the briefing, it is a full CRUD API using Apollo-server

after forking or downloading

do the :

npm install

then define the .env file with the database (DB_CONNECT) and token(TOKEN_SECRET) credentials

and you are good to go

make sure to let me know if there is any bugs!