Demo shows the usage of Apollo Server 4 with i18n, Dataloader, File Upload, Authentication and Subscriptions for real time update. All of this is done with Typescript.
- Apollo Server 4
- GraphQL
- MongoDB
- Websockets
- i18next
- JWT
run the following command
npm i
Set the Environment variables
MONGODB_URI
JWT_SECRET
There is a categories.json file at root location. Import it into your mongodb.
After this run below command to run the project.
npm run dev