Apollo GraphQl Server with nodejs
It would also be worth adding your default.json config file to .gitignore If git has been previously tracking your default.json file then…
git rm --cached config.js
{
"URI": "<your_mongoDB_Atlas_uri_with_credentials>"
"SECRET_KEY":'your key'
}
npm install or npm i
npm run server
Check in browser on http://localhost:5000/
Sabuj Hasan Sarker