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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
"description": "This example todo application demonstrates using Edge Server with a MongoDB Driver. It uses the [MongoDB Node.js Driver](https://www.mongodb.com/docs/drivers/node/current/) in an Express server application to connect to Edge Server. It has a React frontend for performing CRUD operations.",
"main": "index.js",
"scripts": {
"install-deps": "npm install && npm run install-server && npm run install-client",
"start": "concurrently --names \"EDGE SERVER,EXPRESS SERVER,REACT CLIENT\" -c \"bgBlue.bold,bgCyan.bold,bgGreen.bold\"\"npm run start-edge-server\"\"npm run start-server\"\"npm run start-client\"",