You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A nodeJS project uses graphQL Apollo server and mongoDb to store and retrieve data in form of api. GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
install dependency
npm install
run Server
npm run build
npm run start
About
A login/signup system build in nodejs using mongoDB as database and graphql query to get response