Express GraphQL API with Apollo Server , WebSockets , MongoDB
npm install express-graphql-apiexpress-graphql-apishell
$ npx express-graphql-api my-api
$ cd my-api
$ npm start || $ npm run dev
`
Using Git :
1. visit the repository
2. Use this template => create new repository
In .env :
set MONGODB_URI if you want.
`env
PORT =3001
GENERATE_DEV_PASSWORD = devPass
GENERATE_DEV_SECRET = dev-secret
MONGODB_URI="your mongodb URI"
``